Scss basics

This commit is contained in:
Unknown
2017-10-15 18:43:44 +01:00
parent 543bb91568
commit 6c835bee44
10 changed files with 175 additions and 0 deletions

View File

@ -0,0 +1,5 @@
$color1: rgba(43, 37, 42, 1);
$color2: rgba(255, 71, 227, 1);
$color3: rgba(56, 178, 255, 1);
$color4: rgba(237, 241, 255, 1);
$color5: rgba(106, 13, 173, 1);