Skip to content

Commit

Permalink
refactor: sort rules
Browse files Browse the repository at this point in the history
  • Loading branch information
nikkeyl committed Feb 6, 2024
1 parent 24bbcdf commit f072fa5
Show file tree
Hide file tree
Showing 4 changed files with 279 additions and 187 deletions.
5 changes: 0 additions & 5 deletions .github/ISSUE_TEMPLATE/config.yml

This file was deleted.

3 changes: 1 addition & 2 deletions utilities/css-rules.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,13 @@ const CSSRules = {
'function-url-no-scheme-relative': true,
'keyframe-selector-notation': 'percentage',
'max-nesting-depth': [
// ?
4,
{
ignore: ['blockless-at-rules'],
},
],
'media-feature-name-value-no-unknown': true,
'no-descending-specificity': null, // ?
'no-descending-specificity': null,
'no-unknown-animations': true,
'selector-class-pattern': [
'^[a-z][a-z0-9]*(-[a-z0-9]+)*(__[a-z0-9]+(-[a-z0-9]+)*)?(--[a-z0-9]+(-[a-z0-9]+)*)?$',
Expand Down
1 change: 1 addition & 0 deletions utilities/deprecated.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
const deprecated = {
property: {
float: 'float',
clear: 'clear',
top: 'top',
right: 'right',
bottom: 'bottom',
Expand Down
Loading

0 comments on commit f072fa5

Please sign in to comment.