Add variables file
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Simon 2020-05-26 12:18:12 +02:00
parent 8accc1f879
commit 2ea8072792
2 changed files with 6 additions and 1 deletions

View File

@ -1,2 +1,5 @@
@import "./variables"
body
background-color: red
color: $color-primary
background-color: $color-secondary

View File

@ -0,0 +1,2 @@
$color-primary: black
$color-secondary: white