fix(web): import globals.css directly instead of as a URL stylesheet link

This commit is contained in:
2026-03-19 10:55:01 -04:00
parent d94ec16fae
commit 320852b035
13 changed files with 73 additions and 43 deletions
+8 -1
View File
@@ -1,7 +1,14 @@
{
"$schema": "./node_modules/oxfmt/configuration_schema.json",
"sortImports": {
"groups": ["builtin", "external", "internal", "parent", "sibling", "index"],
"groups": [
"builtin",
"external",
["internal", "subpath"],
["parent", "sibling", "index"],
"style",
"unknown"
],
"internalPattern": ["@/", "@sofa/"],
"newlinesBetween": true,
"order": "asc"