Skip to content

Commit

Permalink
Allow the extend rule
Browse files Browse the repository at this point in the history
It can be useful sometimes. Just don't abuse it.
  • Loading branch information
ianpaschal committed May 12, 2020
1 parent cb1b9f1 commit 412d628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/scss.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = {
rules: {
'at-rule-blacklist': ['debug', 'extend'],
'at-rule-blacklist': ['debug'],
'at-rule-no-unknown': [
true,
{
Expand Down

0 comments on commit 412d628

Please sign in to comment.