diff options
author | Tommy Chen <tommy351@gmail.com> | 2012-06-02 05:29:26 +0200 |
---|---|---|
committer | Tommy Chen <tommy351@gmail.com> | 2012-06-02 05:29:26 +0200 |
commit | f94661134e80e56cfbdcb2fa5e2b70a43b7ade50 (patch) | |
tree | c393b5e9bcca897474fe7da0f5e7f96ed430343a /sass/base/_color.scss | |
parent | af4cdaa2884a86235078110fc2bb445bb1ebef21 (diff) | |
download | octopress-theme-jeyzu-f94661134e80e56cfbdcb2fa5e2b70a43b7ade50.zip octopress-theme-jeyzu-f94661134e80e56cfbdcb2fa5e2b70a43b7ade50.tar.gz |
add color prefix
Diffstat (limited to 'sass/base/_color.scss')
-rw-r--r-- | sass/base/_color.scss | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/sass/base/_color.scss b/sass/base/_color.scss index 7dbee46..ec6ed3b 100644 --- a/sass/base/_color.scss +++ b/sass/base/_color.scss @@ -1,7 +1,7 @@ -$background: #eee; -$main: #258fb8; -$gray01: #666; -$gray02: #999; -$gray03: #ccc; -$gray04: #ddd; -$gray05: #fff;
\ No newline at end of file +$color-background: #eee; +$color-main: #258fb8; +$color-gray01: #666; +$color-gray02: #999; +$color-gray03: #ccc; +$color-gray04: #ddd; +$color-gray05: #fff;
\ No newline at end of file |