Skip to content

Commit

Permalink
Stylelint/order: @extend at-rule should be always first
Browse files Browse the repository at this point in the history
  • Loading branch information
ronilaukkarinen committed Jun 24, 2021
1 parent 6276fce commit 7bb984d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .stylelintrc
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
"type": "at-rule",
"name": "include"
},
{
"type": "at-rule",
"name": "extend"
},
'custom-properties',
'dollar-variables',
'declarations',
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 2.2.6: 2021-06-24

* Stylelint/order: @extend at-rule should be always first

### 2.2.5: 2021-06-24

* Set `mergeMedia: false` because true causes problems in production
Expand Down

0 comments on commit 7bb984d

Please sign in to comment.