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
No known key found for this signature in database
GPG key ID: 0561A23A57B55DE1
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;