Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use Sass variable and Sass mixin to generate is-variable rules
Instead of depending on CSS variable browser support, use a Sass variable and a Sass mixin to generate regular CSS for the is-variable class. This should increase browser compatibility as well as fix jgthms#1190 where warnings are emitted when using a CSS variable.
- Loading branch information