Skip to content

fix(css): resolve invalid values and reformat with stylelint#516

Merged
PierreDemailly merged 1 commit intomasterfrom
stylelint
Jun 15, 2025
Merged

fix(css): resolve invalid values and reformat with stylelint#516
PierreDemailly merged 1 commit intomasterfrom
stylelint

Conversation

@PierreDemailly
Copy link
Member

  • Added stylelint standard config
  • Fixed invalid values (e.g., font-weight: 800px -> 800)
  • Reformatted all CSS to match linting rules

Notes:

  • While this is mostly pure refactoring, there are still minor changes in the UI due to fixed invalid values (e.g. font-weight)
  • I ignored no-descending-specificity because fixing everything would require quite a lot of effort (this is not fixable automatically). I think we should enable this rule in the future.

- Added stylelint standard config
- Fixed invalid values (e.g., font-weight: 800px -> 800)
- Reformatted all CSS to match linting rules
@PierreDemailly PierreDemailly requested a review from fraxken June 15, 2025 13:24
@PierreDemailly PierreDemailly merged commit 4a133ba into master Jun 15, 2025
9 checks passed
@PierreDemailly PierreDemailly deleted the stylelint branch June 15, 2025 13:32
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.

2 participants