Skip to content

Commit

Permalink
Update scss_lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsenramon committed Apr 18, 2016
1 parent 421271e commit 5847c32
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
GEM
remote: https://rubygems.org/
specs:
rainbow (2.0.0)
sass (3.4.19)
scss_lint (0.42.2)
rainbow (~> 2.0)
rake (11.1.2)
sass (3.4.22)
scss_lint (0.48.0)
rake (>= 0.9, < 12)
sass (~> 3.4.15)

PLATFORMS
Expand Down
3 changes: 2 additions & 1 deletion scss/.csscomb.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"eof-newline": true,
"exclude": ["node_modules/**"],
"leading-zero": false,
"lines-between-rulesets": 1,
"quotes": "double",
"remove-empty-rulesets": true,
"space-after-colon": 1,
Expand All @@ -22,7 +23,7 @@
"strip-spaces": true,
"tab-size": 2,
"unitless-zero": true,
"vendor-prefix-align": true,
"vendor-prefix-align": false,
"sort-order": [
[
"$variable",
Expand Down

0 comments on commit 5847c32

Please sign in to comment.