mirror of
https://github.com/jakejarvis/sofa.git
synced 2026-08-29 06:15:39 -04:00
fix(web): import globals.css directly instead of as a URL stylesheet link
This commit is contained in:
+8
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user