Skip to content

Commit 151f6ed

Browse files
committed
Exclude minified css via --exclude-ext options
Excluding by extension is less robust but much easier to implement and more performant than other options that involve inspecting file content. The tradeoff is worth it because doing it via a default configuration like this is both discoverable and easily correctable if it causes users trouble.
1 parent e9d1ace commit 151f6ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/csslint/.csslintrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
--exclude-exts=.min.css
12
--ignore=adjoining-classes,ids,order-alphabetical,unqualified-attributes

0 commit comments

Comments
 (0)