Skip to content

CSS Redundancy #24

@simonives

Description

@simonives

Redundancy: While the "uplift" strategy works, there is significant overlap between style.css and style-v2.css. Many styles in the original file are explicitly "unset" or overridden in the second.

  • Recommendation: Perform a "surgical refactor" to merge these files. Move the foundational layout to a single base.css and keep the theme-specific tokens in a theme.css. This reduces HTTP requests and simplifies maintenance.

Metadata

Metadata

Assignees

Labels

P4 - LowNice to have, backlogenhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions