Skip to content
This repository has been archived by the owner on May 19, 2023. It is now read-only.

Commit

Permalink
fix adding at-rule-empty-line-before again
Browse files Browse the repository at this point in the history
It is conflicting with prettier for instance when using @if / @else
in your scss.
  • Loading branch information
lucavb committed Oct 14, 2021
1 parent 0b8f572 commit d852c75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.js
Expand Up @@ -5,6 +5,7 @@ module.exports = {
indentation: null,
linebreaks: null,

'at-rule-empty-line-before': null,
'at-rule-name-case': null,
'at-rule-name-newline-after': null,
'at-rule-name-space-after': null,
Expand Down

0 comments on commit d852c75

Please sign in to comment.