Skip to content

generate css variables with scss and styling fixes#132

Open
waymondrang wants to merge 11 commits intomainfrom
scss-evolved
Open

generate css variables with scss and styling fixes#132
waymondrang wants to merge 11 commits intomainfrom
scss-evolved

Conversation

@waymondrang
Copy link
Owner

docs is currently using manually-managed css variables (e.g. "primary", "secondary") which are hard to type and manage. this new solution will automatically generate these css variable shades with more intuitive naming (e.g. "--foreground-color-0" instead of "--primary-text-color") given a start and end color and number of steps. accent color shades can similarly be generated with the @mixin generate-hsl function.

@waymondrang
Copy link
Owner Author

preview of gemini sidebar (green hue) and ai text generator (brown/dark orange hue):

gemini sidebar ai text generator

@waymondrang waymondrang changed the title internal change: generate css variables with scss generate css variables with scss and styling fixes Feb 17, 2026
@waymondrang
Copy link
Owner Author

this pr will close #94 (successor of #101)

This was referenced Feb 17, 2026
@waymondrang
Copy link
Owner Author

help me write popup (brown/dark orange hue):

help me write

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