Skip to content

Commit

Permalink
Fix for Sass package
Browse files Browse the repository at this point in the history
fixes #68
  • Loading branch information
facelessuser committed Nov 10, 2016
1 parent c3aa3ba commit 70d632a
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions color_helper.sublime-settings
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,23 @@
"use_hex_argb": false,
"compress_hex_output": true
},
{
//Sass (based on: https://packagecontrol.io/packages/Sass)
"syntax_files": ["Sass/Syntaxes/Sass"],
"syntax_filter": "whitelist",
"base_scopes": [
"source.sass"
],
"scan_scopes": [
"source.sass -comment -string -variable.parameter"
],
"scan_completion_scopes": [
],
"extensions": [],
"allowed_colors": ["css3"],
"use_hex_argb": false,
"compress_hex_output": true
},
{
// A number of sass and scss syntaxes are bundled together
// So we will just bundle all the scss and sass rules together
Expand Down

0 comments on commit 70d632a

Please sign in to comment.