scale and rotate
This commit is contained in:
@@ -41,6 +41,10 @@ static func init_patterns():
|
||||
"^opacity-\\[.*\\]$", # custom opacity values
|
||||
"^z-\\[.*\\]$", # custom z-index values
|
||||
"^cursor-[a-zA-Z-]+$", # cursor types
|
||||
"^scale-(x-|y-)?\\d+$", # scale utilities like scale-100, scale-x-75, scale-y-150
|
||||
"^scale-(x-|y-)?\\[.*\\]$", # custom scale values like scale-[1.5], scale-x-[2.0]
|
||||
"^rotate-(x-|y-)?\\d+$", # rotation utilities like rotate-45, rotate-x-90, rotate-y-180
|
||||
"^rotate-(x-|y-)?\\[.*\\]$", # custom rotation values like rotate-[45deg], rotate-x-[90deg], rotate-y-[3.5rad]
|
||||
"^(hover|active):", # pseudo classes
|
||||
]
|
||||
for pattern in utility_patterns:
|
||||
|
||||
Reference in New Issue
Block a user