Skip to content

Instantly share code, notes, and snippets.

@machida
Last active March 30, 2016 03:26
Show Gist options
  • Save machida/eb6675e5689f7a988727249c1981392a to your computer and use it in GitHub Desktop.
Save machida/eb6675e5689f7a988727249c1981392a to your computer and use it in GitHub Desktop.
.tabs__item
width: 100px
height: 100px
background-color: black
&--active
// もう一度ベタ書きする例
width: 100px
height: 100px
background-color: red
&--active
// @extendを使った例
@extend .tabs__item
background-color: red
&.is-active
// 複数classの例
background-color: red
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment