Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Put our CSS variables in assets instead of static #676

Closed
choldgraf opened this issue May 25, 2022 · 2 comments · Fixed by #686
Closed

Put our CSS variables in assets instead of static #676

choldgraf opened this issue May 25, 2022 · 2 comments · Fixed by #686
Milestone

Comments

@choldgraf
Copy link
Collaborator

Context

There are two places where we currently define CSS variables:

We also have:

Proposal

We should move the variables that are in static/ to instead by in a abstract/variables.scss file. I think that this would make it easier to track where our variables are, and have them unified in a single place.

@jarrodmillman jarrodmillman added this to the 0.10 milestone May 25, 2022
@12rambau
Copy link
Collaborator

how is it related to JavaScript ? I only see .scss files here (but maybe you're referring to the way it's build

@choldgraf
Copy link
Collaborator Author

Oops it should say CSS not JavaScript 🤦 changing now!

@choldgraf choldgraf changed the title Put our JavaScript variables in assets instead of static Put our CSS variables in assets instead of static May 31, 2022
@jarrodmillman jarrodmillman modified the milestones: 0.10, 0.9 Jun 3, 2022
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 a pull request may close this issue.

3 participants