Current Path : /var/www/storage2/vendor/leafo/scssphp/tests/outputs/ |
Current File : /var/www/storage2/vendor/leafo/scssphp/tests/outputs/import.css |
@import "foo.css"; @import "foo" screen; @import "http://foo.com/bar"; @import url(foo); div { height: 200px; color: red; } pre { color: red; } pre div { height: 200px; color: red; } code div { height: 200px; color: red; } code div { height: 200px; color: red; } #partial { color: blue; } body { color: #7c2; background: gray; }