@@ -73,7 +73,7 @@ To get the most out of this config, it is assumed that projects have the followi
73
73
- [ ` selector-no-vendor-prefix ` ] ( https://stylelint.io/user-guide/rules/selector-no-vendor-prefix/ )
74
74
- [ ` media-feature-name-no-vendor-prefix ` ] ( https://stylelint.io/user-guide/rules/media-feature-name-no-vendor-prefix/ )
75
75
- [ ` at-rule-no-vendor-prefix ` ] ( https://stylelint.io/user-guide/rules/at-rule-no-vendor-prefix/ )
76
- - [ ` scss/at-rule-no-unknown ` ] ( https://github.com/kristerkari/stylelint-scss/blob/master/src/rules/at-rule-no-unknown/README.md )
76
+ - [ ` scss/at-rule-no-unknown ` ] ( https://github.com/kristerkari/stylelint-scss/blob/master/src/rules/at-rule-no-unknown/README.md ) : ` true, ignoreAtRules: tailwind, apply, variants, responsive, screen, layer `
77
77
- [ ` scss/declaration-nested-properties ` ] ( https://github.com/kristerkari/stylelint-scss/blob/master/src/rules/declaration-nested-properties/README.md ) : ` never `
78
78
- [ ` scss/selector-no-redundant-nesting-selector ` ] ( https://github.com/kristerkari/stylelint-scss/blob/master/src/rules/selector-no-redundant-nesting-selector/README.md )
79
79
- [ ` scss/percent-placeholder-pattern ` ] ( https://github.com/kristerkari/stylelint-scss/blob/master/src/rules/percent-placeholder-pattern/README.md ) : ` ^do-not-use-placeholders$ `
@@ -85,7 +85,7 @@ To get the most out of this config, it is assumed that projects have the followi
85
85
- [ ` a11y/no-obsolete-element ` ] ( https://github.com/YozhikM/stylelint-a11y/blob/master/src/rules/no-obsolete-element/README.md )
86
86
- [ ` a11y/no-text-align-justify ` ] ( https://github.com/YozhikM/stylelint-a11y/blob/master/src/rules/no-text-align-justify/README.md )
87
87
- [ ` a11y/no-outline-none ` ] ( https://github.com/YozhikM/stylelint-a11y/blob/master/src/rules/no-outline-none/README.md )
88
- - [ ` scale-unlimited/declaration-strict-value ` ] ( https://github.com/AndyOGo/stylelint-declaration-strict-value ) : ` color, fill, stroke, /-color/, ignoreKeywords: currentColor, inherit, transparent, initial `
88
+ - [ ` scale-unlimited/declaration-strict-value ` ] ( https://github.com/AndyOGo/stylelint-declaration-strict-value ) : ` color, fill, stroke, /-color/, ignoreKeywords: currentColor, inherit, transparent, initial, none `
89
89
90
90
#### Rules of ` stylelint-config-standard `
91
91
0 commit comments