5.0.2 • Published 7 years ago

stylecow-plugin-import v5.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

stylecow plugin import

Build Status

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;
}

More demos in the tests folder

5.0.2

7 years ago

5.0.1

9 years ago

4.1.1

9 years ago

5.0.0

9 years ago

4.1.0

9 years ago

4.0.2

9 years ago

4.0.1

9 years ago

4.0.0

9 years ago

3.0.0

9 years ago

2.0.0

10 years ago

1.1.1

10 years ago

1.1.0

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago