Qiskit / qiskit_sphinx_theme

A Sphinx theme and documentation guidelines for Qiskit and Qiskit Ecosystem projects
https://qisk.it/docs-guide
Apache License 2.0
15 stars 29 forks source link

Use Sass variables (Cherry-pick of #449) #456

Closed Eric-Arellano closed 1 year ago

Eric-Arellano commented 1 year ago

Sass variables are locally scoped, unlike CSS variables being global. So, we can use more concise variable names.

Eric-Arellano commented 1 year ago

I wasn't planning on cherry-picking this, but it's necessary to cherry-pick https://github.com/Qiskit/qiskit_sphinx_theme/pull/455.