add: add variables.scss

This commit is contained in:
Pan 2017-11-06 18:18:14 +08:00
parent 7e1ba16d12
commit 11beefdb44
2 changed files with 9 additions and 8 deletions

View file

@ -1,11 +1,4 @@
$blue:#324157;
$light-blue:#3A71A8;
$red:#C03639;
$pink: #E65D6E;
$green: #30B08F;
$tiffany: #4AB7BD;
$yellow:#FEC171;
$panGreen: #30B08F;
@import './variables.scss';
@mixin colorBtn($color) {
background: $color;

View file

@ -0,0 +1,8 @@
$blue:#324157;
$light-blue:#3A71A8;
$red:#C03639;
$pink: #E65D6E;
$green: #30B08F;
$tiffany: #4AB7BD;
$yellow:#FEC171;
$panGreen: #30B08F;