Skip to content

Instantly share code, notes, and snippets.

@chihirokaasan
Last active December 10, 2015 05:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chihirokaasan/e4b3506f8fbddda13ce4 to your computer and use it in GitHub Desktop.
Save chihirokaasan/e4b3506f8fbddda13ce4 to your computer and use it in GitHub Desktop.
$base_width: 950px;
$base_font_color: #333333;
$base_font_size: 14px;
$base_font_style: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', '游ゴシック', '游ゴシック体', 'Yu Gothic', YuGothic, 'MS Pゴシック', 'MS P Gothic', Verdana, Arial, Helvetica, sans-serif;
@import "base";
body {
font-size: $base_font_size;
font-family: $base_font_style;
color: $base_font_color;
}
sass --watch scss:css
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment