Skip to content

Stylecow plugin to concatenate the imported css files with relative paths in the main css file.

License

Notifications You must be signed in to change notification settings

stylecow/stylecow-plugin-import

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stylecow plugin import

Stylecow plugin to include the @import css files with relative paths in the main css file.

You write:

@import "my-styles.css";

.foo {
    color: blue;
}

And stylecow converts to:

.imported-foo {
    font-size: 2em;
}
.other-imported-foo {
    background: blue;
}
.foo {
    color: blue;
}

About

Stylecow plugin to concatenate the imported css files with relative paths in the main css file.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published