Skip to content

Commit

Permalink
fix(order): add null
Browse files Browse the repository at this point in the history
  • Loading branch information
nikkeyl committed Feb 12, 2024
1 parent 7f8b0c5 commit 0f8fdeb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utilities/rules/css.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import REGEXP from '../regexps.js';

const CSSRules = {
'color-named': 'never',
'declaration-empty-line-before': null,
'declaration-no-important': true,
'font-weight-notation': 'numeric',
'function-url-no-scheme-relative': true,
Expand Down

0 comments on commit 0f8fdeb

Please sign in to comment.