We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52ef176 commit b52baa0Copy full SHA for b52baa0
packages/core/parser/parser-import.ts
@@ -1,4 +1,7 @@
1
-const innerAtRule = 'media,extend,at-root,debug,warn,forward,mixin,include,function,error,keyframes,font-face,page,supports,namespace,return,if,else,for,while,each,content'
+const innerAtRule = 'media,extend,at-root,debug,warn,forward,mixin,include,'
2
+ + 'function,error,keyframes,font-face,page,supports,'
3
+ + 'namespace,return,if,else,for,while,each,content,'
4
+ + 'tailwind,apply,layer,screen,responsive,variants,config,applyRule'
5
export enum ParserState {
6
Initial,
7
InlineComment,
0 commit comments