Using CSS variables instead of SCSS variables
vadimkantorov opened this issue · 0 comments
Hi! I made a version of minima theme using CSS variables instead of preprocessor-based SCSS variables. If anyone's interested, I put it in https://github.com/vadimkantorov/minimacss (see https://github.com/vadimkantorov/minimacss/blob/master/auto.scss and https://github.com/vadimkantorov/minimacss/blob/master/custom-variables_base_layout_custom-styles.scss - in this project I also put on a CSS-only release https://github.com/vadimkantorov/minimacss/releases)
I don't know what's your stance, but it seems quite possible to mainly use CSS variables (allowing for integrating produced CSS within projects not using SCSS/SASS preprocessor) - so might be worth doing something like this in upstream. Too bad that media-queries don't currently fully support CSS variables.