fix centering - add mx, my, m (auto)

This commit is contained in:
Face
2025-07-31 22:21:23 +03:00
parent e0f0a545e4
commit 49b0e357c9
5 changed files with 30 additions and 8 deletions

View File

@@ -27,6 +27,7 @@ static func init_patterns():
"^(p|px|py|pt|pr|pb|pl)-", # padding
"^rounded", # border radius
"^basis-", # flex basis
"^(mx|my|m)-auto$", # margin auto for centering
"^(hover|active):", # pseudo classes
]
for pattern in utility_patterns: