Skip to content

Instantly share code, notes, and snippets.

Created March 17, 2015 12:01
Show Gist options
  • Save anonymous/807ee9ea89692a000e6d to your computer and use it in GitHub Desktop.
Save anonymous/807ee9ea89692a000e6d to your computer and use it in GitHub Desktop.
.a { color: red; }
.b { color: green; }
{
"name": "bar",
"repo": "foo/bar",
"version": "0.0.0",
"styles": [
"a.css",
"b.css"
]
}
@import "a.css";
.test { color: blue; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment