Skip to content

Instantly share code, notes, and snippets.

@nishinoshake
Created October 7, 2016 16:52
Show Gist options
  • Save nishinoshake/52906a6090687815fbfe03fef5701b08 to your computer and use it in GitHub Desktop.
Save nishinoshake/52906a6090687815fbfe03fef5701b08 to your computer and use it in GitHub Desktop.
Sassの省略記法
=min($width: 960px)
@media only screen and (min-width: $width)
@content
.title
+min()
font-size: 2rem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment