Skip to content

Instantly share code, notes, and snippets.

@gmodecorp
Created August 26, 2014 06:50
Show Gist options
  • Save gmodecorp/cf9a8baf4ec2424d786e to your computer and use it in GitHub Desktop.
Save gmodecorp/cf9a8baf4ec2424d786e to your computer and use it in GitHub Desktop.
ボタン
<!-- このclass名だと状況を特定しすぎているため、汎用的でなく他の場所で使いづらい -->
<button class="startBtn">ボタンだよ!</button>
<!-- baseBtnで共通スタイルをあてて、長さ、重要等のclassをモジュール的に付け足していく -->
<button class="baseBtn">ボタンだよ!</button>
<button class="baseBtn long primary">ボタンだよ!</button>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment