feat: Import font variables on variables file

This commit is contained in:
Simon 2020-09-09 12:05:29 +02:00
parent d740c03ae5
commit 2108cde59e
2 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,2 @@
@import "./variables"
@import "./grid"
@import "./font"

View File

@ -1,3 +1,5 @@
@import "./font"
// Responsive breakpoints
$size-xs: 480px
$size-sm: 600px