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 -20
View File
@@ -3629,30 +3629,11 @@ Below is the complete JSON Schema for Reactive Resume. You can also fetch the la
"text"
],
"additionalProperties": false
},
"applied": {
"type": "object",
"properties": {
"languageVersion": {
"type": "integer",
"exclusiveMinimum": 0,
"maximum": 9007199254740991
},
"text": {
"type": "string"
}
},
"required": [
"languageVersion",
"text"
],
"additionalProperties": false
}
},
"required": [
"mode",
"source",
"applied"
"source"
],
"additionalProperties": false
}