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

fix adding at-rule-empty-line-before again #129

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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