Skip to content

Commit

Permalink
Adds missing at rules for content and else. (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
manovotny authored Mar 2, 2017
1 parent e3e2593 commit 2d0f7e3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
branches:
only:
- master
language: node_js
notifications:
email:
on_failure: always
on_success: change
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
"stylelint-scss": "1.3.4"
},
"devDependencies": {
"eslint-config-get-off-my-lawn": "1.1.0"
"eslint-config-get-off-my-lawn": "1.5.0"
}
}
2 changes: 2 additions & 0 deletions src/stylelint.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@ module.exports = {
{
ignoreAtRules: [
'at-root',
'content',
'debug',
'each',
'else',
'error',
'extend',
'for',
Expand Down

0 comments on commit 2d0f7e3

Please sign in to comment.