everycss-import
v0.1.0
Published
Add support for @import and @import-once
Downloads
3
Readme
#EveryCSS-import
Add support for @import and @import-once.
@import 'file.css';
@import 'file-1.css', 'file-2.css';
// will not be imported
@import-once 'file-1.css';