Last active
October 5, 2015 09:05
-
-
Save machida/94cef4f58c488bbbdea5 to your computer and use it in GitHub Desktop.
variables
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// basic-color | |
$basic-color: black | |
$main-color: black | |
$accent-color: black | |
$sub-color: black | |
// ui-color | |
$default: black | |
$primary: black | |
$info: black | |
$warning: black | |
$danger: black | |
// text-color | |
$default-text: black | |
$reversul-text: black | |
// link-color | |
$link: black | |
$visited: black | |
$hover: black | |
$active: black |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment