Your IP : 216.73.216.95


Current Path : /var/www/storage/vendor/leafo/scssphp/tests/outputs/
Upload File :
Current File : /var/www/storage/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; }