aboutsummaryrefslogtreecommitdiff
path: root/mod/less/vendors/lessphp/tests/outputs/mixin_functions.css
blob: 91b61492e6376da0214e0e9e82af469fb07bcca2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
body {
  padding:2.0em;
  color:red;
  margin:10px;
  height:12px;
  border-bottom:1px solid green;
}
.skip_args {
  margin:22px;
  height:12px;
  padding:10px 20px 30px 88px;
  margin:4px 12px 2px 1px;
  color:red;
}