Skip to content

Commit

Permalink
Add variables style file
Browse files Browse the repository at this point in the history
  • Loading branch information
laistomazz committed May 26, 2018
1 parent 4dc95ec commit db2cae9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/styles/_variables.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
$white: #fff;
$black: #000;
$blue: #3ea0fb;
$green: #33cc66;
$orange: #f4900c;
$red: #f94e63;
$gray: #66757f;
$grayLight: #f2f2f2;
3 changes: 3 additions & 0 deletions src/styles/index.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
@charset 'UTF-8';

@import './variables';

0 comments on commit db2cae9

Please sign in to comment.