fix(css): scope utilities under the view root so tailwind plugins stop outranking each other

This commit is contained in:
hh
2026-08-29 19:39:21 +02:00
parent b46dab194b
commit ab22efff7b
7 changed files with 210 additions and 5 deletions
+1 -1
View File
@@ -48,7 +48,7 @@
}
},
{
"includes": ["tests/**", "preview/**"],
"includes": ["tests/**", "preview/**", "scripts/**"],
"linter": {
"rules": {
"performance": {