Skip to content

Commit b52baa0

Browse files
authored
fix: Compatible with the At rules of the atomized CSS framework (#39)
1 parent 52ef176 commit b52baa0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/core/parser/parser-import.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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'
1+
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'
25
export enum ParserState {
36
Initial,
47
InlineComment,

0 commit comments

Comments
 (0)