Skip to content

style: normalize formatting and semantic ordering across all QSS themes - #12

Open
GTRONICK wants to merge 2 commits into
masterfrom
refactor
Open

GTRONICK wants to merge 2 commits into
masterfrom
refactor

Conversation

@GTRONICK

Copy link
Copy Markdown
Owner
  • Convert all rgb() color values to hex equivalents
  • Remove duplicate properties within selectors (keep last declaration)
  • Add missing semicolons to property declarations
  • Normalize indentation to single tab per property across all files
  • Enforce one space between selector and opening brace
  • Ensure one blank line between rule blocks
  • Add two blank lines between header comment and first rule
  • Expand comma-separated multi-selector lines to one selector per line
  • Sort rule blocks semantically: general selectors before specific ones (fewer sub-controls/pseudo-states first)
  • Sort selectors within multi-selector groups by the same criteria
  • Remove blank lines immediately after opening braces
  • Add Last updated timestamp header to all files

Jaime Quiroga added 2 commits August 25, 2026 13:01
- Convert all rgb() color values to hex equivalents
- Remove duplicate properties within selectors (keep last declaration)
- Add missing semicolons to property declarations
- Normalize indentation to single tab per property across all files
- Enforce one space between selector and opening brace
- Ensure one blank line between rule blocks
- Add two blank lines between header comment and first rule
- Expand comma-separated multi-selector lines to one selector per line
- Sort rule blocks semantically: general selectors before specific ones
  (fewer sub-controls/pseudo-states first)
- Sort selectors within multi-selector groups by the same criteria
- Remove blank lines immediately after opening braces
- Add Last updated timestamp header to all files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant