feat(scss): add known at-rules to keyword list

This commit is contained in:
Saurabh Charde
2023-01-13 12:34:29 +05:30
committed by Stephan Seitz
parent 9a257d989a
commit 51d220e0bd

View File

@@ -1,8 +1,14 @@
; inherits: css
[
"@at-root"
"@debug"
"@error"
"@extend"
"@forward"
"@mixin"
"@media"
"@use"
"@warn"
] @keyword
"@function" @keyword.function