Skip to content

Commit

Permalink
refactor!: remove at-rule include definitions from order list
Browse files Browse the repository at this point in the history
  • Loading branch information
kutsan committed Jun 3, 2024
1 parent f1e25b8 commit 0c53910
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ function getConfig({ severity }) {
{ type: 'at-rule', name: 'function' },
{ type: 'at-rule', name: 'mixin' },
{ type: 'at-rule', name: 'extend' },
{ type: 'at-rule', name: 'include' },
'declarations',
{
type: 'rule',
Expand Down

0 comments on commit 0c53910

Please sign in to comment.