Skip to content

Commit d4fc222

Browse files
committed
Update Sass-lint
1 parent 38e097b commit d4fc222

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.sass-lint.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,9 @@ rules:
116116
# Disallow the use of attribute selectors.
117117
no-attribute-selectors: 0
118118

119+
# Disallow the use of hexadecimal colors.
120+
no-color-hex: 0
121+
119122
# Enforce the use of hexadecimal color values rather than literals.
120123
no-color-keywords: 1
121124

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"grunt-sass-lint": "0.2.0",
3333
"load-grunt-tasks": "~3.5",
3434
"node-sass": "3.8.0",
35-
"sass-lint": "1.8.2"
35+
"sass-lint": "1.9.0"
3636
},
3737
"scripts": {
3838
"test": "grunt travis --verbose"

0 commit comments

Comments
 (0)