Parse CSS
@import
statements.
Install
$ npm install --save parse-import
Usage
var parseImport = ;var str = '@import url("foo.css");' '@import "bar.css" only screen and (min-width: 25em);'; ; /*[{ path: 'foo.css', condition: '', rule: '@import url("foo.css")'}, { path: 'bar.css', condition: 'only screen and (min-width: 25em)', rule: '@import "bar.css" only screen and (min-width: 25em)'}] */
License
MIT © Kevin Mårtensson