fix(lint): Add additional known at-rules (#2811)

Allows use of `@use`, `@forward` and `@layer` in `.scss` files.
This commit is contained in:
Joshua Fredrickson
2021-11-23 11:39:21 -06:00
committed by GitHub
parent 771db437cd
commit 319d5ad1a0

View File

@@ -31,7 +31,10 @@
"responsive", "responsive",
"variants", "variants",
"screen", "screen",
"function" "function",
"use",
"forward",
"layer"
] ]
} }
] ]