Skip to content
This repository has been archived by the owner on Jan 25, 2025. It is now read-only.

Commit

Permalink
fix: ignore keyframes and media for at-rule-empty-line-before rule
Browse files Browse the repository at this point in the history
  • Loading branch information
EvHaus committed Sep 2, 2024
1 parent 717980f commit 7b227e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ module.exports = {
{
except: ['after-same-name'],
ignore: ['after-comment', 'inside-block'],
ignoreAtRules: ['keyframes', 'media'],
},
],
'at-rule-no-unknown': [
Expand Down

0 comments on commit 7b227e9

Please sign in to comment.