You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Context
There are two places where we currently define CSS variables:
static/
here: https://github.com/pydata/pydata-sphinx-theme/blob/master/src/pydata_sphinx_theme/theme/pydata_sphinx_theme/static/styles/theme.cssbase/
here: https://github.com/pydata/pydata-sphinx-theme/blob/master/src/pydata_sphinx_theme/assets/styles/base/_color.scssWe also have:
abstract/
folder here: https://github.com/pydata/pydata-sphinx-theme/tree/master/src/pydata_sphinx_theme/assets/styles/abstractsProposal
We should move the variables that are in
static/
to instead by in aabstract/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.The text was updated successfully, but these errors were encountered: