We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38e097b commit d4fc222Copy full SHA for d4fc222
.sass-lint.yml
@@ -116,6 +116,9 @@ rules:
116
# Disallow the use of attribute selectors.
117
no-attribute-selectors: 0
118
119
+ # Disallow the use of hexadecimal colors.
120
+ no-color-hex: 0
121
+
122
# Enforce the use of hexadecimal color values rather than literals.
123
no-color-keywords: 1
124
package.json
@@ -32,7 +32,7 @@
32
"grunt-sass-lint": "0.2.0",
33
"load-grunt-tasks": "~3.5",
34
"node-sass": "3.8.0",
35
- "sass-lint": "1.8.2"
+ "sass-lint": "1.9.0"
36
},
37
"scripts": {
38
"test": "grunt travis --verbose"
0 commit comments