Skip to content

Commit 902a7b1

Browse files
committed
Add further changes for at-rule-no-unknown
1 parent 51411a0 commit 902a7b1

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ To get the most out of this config, it is assumed that projects have the followi
7373
- [`selector-no-vendor-prefix`](https://stylelint.io/user-guide/rules/selector-no-vendor-prefix/)
7474
- [`media-feature-name-no-vendor-prefix`](https://stylelint.io/user-guide/rules/media-feature-name-no-vendor-prefix/)
7575
- [`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`
7777
- [`scss/declaration-nested-properties`](https://github.com/kristerkari/stylelint-scss/blob/master/src/rules/declaration-nested-properties/README.md): `never`
7878
- [`scss/selector-no-redundant-nesting-selector`](https://github.com/kristerkari/stylelint-scss/blob/master/src/rules/selector-no-redundant-nesting-selector/README.md)
7979
- [`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
8585
- [`a11y/no-obsolete-element`](https://github.com/YozhikM/stylelint-a11y/blob/master/src/rules/no-obsolete-element/README.md)
8686
- [`a11y/no-text-align-justify`](https://github.com/YozhikM/stylelint-a11y/blob/master/src/rules/no-text-align-justify/README.md)
8787
- [`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`
8989

9090
#### Rules of `stylelint-config-standard`
9191

src/__snapshots__/semver.test.js.snap

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,16 @@ Object {
244244
],
245245
"scss/at-rule-no-unknown": Array [
246246
true,
247+
Object {
248+
"ignoreAtRules": Array [
249+
"tailwind",
250+
"apply",
251+
"variants",
252+
"responsive",
253+
"screen",
254+
"layer",
255+
],
256+
},
247257
],
248258
"scss/declaration-nested-properties": Array [
249259
"never",

0 commit comments

Comments
 (0)