Expose theme variables in CSS custom properties

This commit is contained in:
quilicicf
2019-10-29 13:23:59 +01:00
parent f9affb550a
commit f4d188ec99
13 changed files with 304 additions and 0 deletions

View File

@@ -4,6 +4,8 @@
* GLOBAL STYLES
*********************************************/
@import "./exposer";
body {
@include bodyBackground();
background-color: $backgroundColor;