feat: add semantic CSS stylesheets (#3274)

Co-authored-by: Cursor Agent <cursoragent@cursor.com>
This commit is contained in:
Amruth Pillai
2026-07-30 12:39:15 +02:00
committed by GitHub
co-authored by Cursor Agent
parent 4ac19f81b3
commit d2ffbf9618
320 changed files with 78393 additions and 2915 deletions
+23 -1
View File
@@ -109,5 +109,27 @@
"parser": {
"tailwindDirectives": true
}
}
},
"overrides": [
{
"includes": ["docs/spec.json"],
"files": {
"maxSize": 2097152
},
"json": {
"formatter": {
"expand": "always"
}
}
},
{
"includes": ["packages/pdf/src/semantic/__fixtures__/**/*.css"],
"formatter": {
"enabled": false
},
"linter": {
"enabled": false
}
}
]
}