File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
packages/tailwindcss-language-service/src/util Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -191,7 +191,7 @@ function getColorFromRoot(state: State, css: AstNode[]): ParsedColor | null {
191191
192192let isNegative = / ^ - /
193193let isNumericUtility =
194- / ^ - ? ( ( m i n - | m a x - ) ? [ w h ] | z | s t a r t | o r d e r | o p a c i t y | r o u n d e d | r o w | c o l | s i z e | b a s i s | e n d | d u r a t i o n | e a s e | f o n t | t o p | l e f t | b o t t o m | r i g h t | i n s e t | l e a d i n g | c u r s o r | ( s p a c e | s c a l e | s k e w | r o t a t e ) - [ x y z ] | g a p ( - [ x y ] ) ? | ( s c r o l l - ) ? [ p m ] [ t r b l x y s e ] ? ) - /
194+ / ^ - ? ( ( m i n - | m a x - ) ? [ w h ] | z | s t a r t | i n d e n t | f l e x | c o l u m n s | o r d e r | r o u n d e d | r o w | c o l | s i z e | b a s i s | e n d | d e l a y | d u r a t i o n | e a s e | f o n t | t o p | l e f t | b o t t o m | r i g h t | l e a d i n g | c u r s o r | ( b a c k d r o p - ) ? ( o p a c i t y | b r i g h t n e s s | s e p i a | s a t u r a t e | h u e - r o t a t e | g r a y s c a l e | c o n t r a s t | b l u r ) | ( s p a c e | s c a l e | s k e w | r o t a t e | t r a n s l a t e | b o r d e r - s p a c i n g | g a p ) ( - [ x y z ] ) ? | ( s c r o l l - ) ? [ p m ] [ t r b l x y s e ] ? ) - /
195195let isMaskUtility = / ^ - ? m a s k - /
196196
197197function isLikelyColorless ( className : string ) {
You can’t perform that action at this time.
0 commit comments