SCSS: Fix rules from 108bc2fa

- Don't nest selectors when there is no need to
- Use SCSS variables instead of CSS3 variables in SCSS files, otherwise we can't use SCSS functions. CSS3 variables should be kept for the front-end manipulations
This commit is contained in:
Molkobain
2021-06-28 21:19:13 +02:00
parent a599a5c5b7
commit 0e9ff71c0a
4 changed files with 24 additions and 11 deletions

View File

@@ -9,3 +9,5 @@
@import "elevation";
@import "path";
@import "typography";
// Important: Keep this partial last as it includes variables from the previous partials
@import "base";