![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/demo.cartinsight.co/vendor/marcusschwarz/lesserphp/tests/outputs/ |
@import "not-found"; @import "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; } .one { color: blue; } #merge-import-mixins .just-a-class { background: red; } #merge-import-mixins .just-a-class { background: blue; } #merge-import-mixins .hello { height: 200px; } @media cool { #merge-import-mixins { color: red; height: 200px; } } #merge-import-mixins div { background: red; background: blue; } .inner { content: "inner/file1.less"; } .inner { content: "inner/file2.less"; } pre { color: hello-from-file-3; } blockquote { color: hello-from-imports-file; } h2 { background: url("../images/logo.png") no-repeat; } .dynamic { color: maroon; }