5.0.2 • Published 9 years ago

stylecow-plugin-import v5.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
9 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

9 years ago

5.0.1

10 years ago

4.1.1

10 years ago

5.0.0

10 years ago

4.1.0

10 years ago

4.0.2

10 years ago

4.0.1

10 years ago

4.0.0

10 years ago

3.0.0

10 years ago

2.0.0

11 years ago

1.1.1

11 years ago

1.1.0

11 years ago

1.0.1

11 years ago

1.0.0

11 years ago