refactor(stylesheet): move Semantic CSS to the browser (#3329)

This commit is contained in:
Amruth Pillai
2026-08-16 16:50:27 +02:00
committed by GitHub
parent f848e57436
commit 9509b5bc2e
203 changed files with 11838 additions and 14842 deletions
+1 -3
View File
@@ -11,8 +11,7 @@
"./patch": "./src/patch.ts",
"./stylesheet": "./src/stylesheet/index.ts",
"./stylesheet/registry": "./src/stylesheet/registry/index.ts",
"./stylesheet/types": "./src/stylesheet/semantic-types.ts",
"./stylesheet/render-data": "./src/stylesheet/render-data.ts"
"./stylesheet/types": "./src/stylesheet/semantic-types.ts"
},
"scripts": {
"typecheck": "tsgo --noEmit",
@@ -24,7 +23,6 @@
"dependencies": {
"@bramus/specificity": "^2.4.2",
"@reactive-resume/schema": "workspace:*",
"canonicalize": "^3.0.0",
"css-tree": "^3.2.1",
"fast-json-patch": "^3.1.1",
"zod": "^4.4.3"