mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2026-09-03 05:10:16 +03:00
Normalize formatting and small style fixes across frontend CSS. Adds spacing/newlines for readability, tweaks layout/overflow comments, improves accessibility notes, and normalizes white literals (#ffffff → #fff) and a few token mappings in theme files. Affected files include various core, portal and proprietary CSS modules (theme.css, colors.css, primitives.css, tokens.css, accents.css, FilesPage.css, Graph*.css, Pipeline*.css, FormField.css, NodeCard.css, etc.). No functional behavior changes expected.
14 lines
515 B
JSON
14 lines
515 B
JSON
{
|
|
"name": "stirling-pdf",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"lint:css:check": "stylelint \"../app/**/src/main/resources/static/css/*.css\" \"../frontend/editor/src/**/*.css\" --config .stylelintrc.json",
|
|
"lint:css:fix": "stylelint \"../app/**/src/main/resources/static/css/*.css\" \"../frontend/editor/src/**/*.css\" --config .stylelintrc.json --fix"
|
|
},
|
|
"devDependencies": {
|
|
"@stylistic/stylelint-plugin": "^5.3.0",
|
|
"stylelint": "^17.14.1",
|
|
"stylelint-config-standard": "^40.0.0"
|
|
}
|
|
}
|