Closed Hyask closed 4 years ago
@Hyask Thanks for the pull request! 😀
Since there may be people who are upgrading themes from previous versions, I thought the _custom_var.scss
should be kept as _custom.scss
, or just make these two all available for easy upgrading.
What do you think?
@Hyask Thanks for the pull request! grinning Since there may be people who are upgrading themes from previous versions, I thought the
_custom_var.scss
should be kept as_custom.scss
, or just make these two all available for easy upgrading. What do you think?
Maybe the default _custom_var.scss
could import the former one (_custom.scss
)? That way, you don't import both, because if the user creates a _custom_var
, your default file won't be read. That avoids having two custom imports at the same place in the theme.
This MR allows overriding both the SCSS variables and the SCSS rules with two different files, loaded at different stages.