Skip to content

Commit

Permalink
Add additional at-rules error, warn and while
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Malone committed Dec 5, 2017
1 parent ff977a9 commit 2546633
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,16 @@ module.exports = {
'debug',
'else',
'elseif',
'error',
'extend',
'for',
'function',
'if',
'include',
'mixin',
'return'
'return',
'warn',
'while'
]
}
],
Expand Down

0 comments on commit 2546633

Please sign in to comment.