aboutsummaryrefslogtreecommitdiff
path: root/mod/less/vendors/lessphp/tests/outputs/import.css
blob: 4d50ba5984ae1dad9ca606ef2b89cf518d1f43bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
@import url("something.css") media;
@import url("something.css") media;
@import url("something.css") media, screen, print;
b {
  color:maroon;
  padding:16px;
}
body { line-height:10em; }
body div.bright { color:red; }
body div.sad { color:blue; }
div b {
  color:fuchsia;
  padding:16px;
}