N°4283 Introduce SCSS variables for size and spacing

This commit is contained in:
Stephen Abello
2021-11-24 14:55:13 +01:00
parent ddd6bf22af
commit ccf1bba235
3 changed files with 76 additions and 0 deletions

View File

@@ -8,6 +8,8 @@
@import "depression";
@import "elevation";
@import "path";
@import "size";
@import "spacing";
@import "typography";
// Important: Keep this partial last as it includes variables from the previous partials
@import "base";