Skip to content

Releases: diesdasdigital/csslint

v5.0.0

15 Oct 08:34
4e85163

Choose a tag to compare

This version disallows using imports in other files than main.css. It also prevents anything except for imports and comments inside of main.css.

This way main.css is the only file which imports other files, which makes the dependency graph as simple as possible.

v4.0.0

01 Oct 10:42
dd15cb1

Choose a tag to compare

This version makes all usages of tag selectors invalid. This is because accepting child tag selectors allows stylesheets like this, which are against the architecture:

.my-component {}

.my-component > div {}
.my-component > a {}
.my-component > h1 {}
.my-component > div > strong {}

Although it limits the level of nesting this can still lead to unintentionally overriding styles.

v3.1.0

18 Sep 14:38

Choose a tag to compare

Log error summary after all errors too

v3.0.0

18 Sep 13:55

Choose a tag to compare

version 3.0.0

v2.0.0

18 Sep 13:58
b92a808

Choose a tag to compare

bump version number

v1.0.2

12 Sep 13:19

Choose a tag to compare

bump version number

v1.0.1

12 Sep 13:22

Choose a tag to compare

fix cli command

v1.0.0

12 Sep 13:22

Choose a tag to compare

change name