style: disable stylelint for the Tailwind at rules
This commit is contained in:
parent
3980189ae2
commit
9b742f87cc
@ -1,9 +1,8 @@
|
||||
/* stylelint-disable-next-line at-rule-no-unknown */
|
||||
/*noinspection CssInvalidAtRule*/
|
||||
/* stylelint-disable */
|
||||
/* noinspection CssInvalidAtRule */
|
||||
@tailwind base;
|
||||
/* stylelint-disable-next-line at-rule-no-unknown */
|
||||
/*noinspection CssInvalidAtRule*/
|
||||
/* noinspection CssInvalidAtRule */
|
||||
@tailwind components;
|
||||
/* stylelint-disable-next-line at-rule-no-unknown */
|
||||
/*noinspection CssInvalidAtRule*/
|
||||
/* noinspection CssInvalidAtRule */
|
||||
@tailwind utilities;
|
||||
/* stylelint-enable */
|
||||
|
Loading…
x
Reference in New Issue
Block a user