Skip to content

Instantly share code, notes, and snippets.

@mndvns
Created February 7, 2015 01:13
Show Gist options
  • Select an option

  • Save mndvns/ecf1bf446180830826c9 to your computer and use it in GitHub Desktop.

Select an option

Save mndvns/ecf1bf446180830826c9 to your computer and use it in GitHub Desktop.
ESS dream interface from the future
var color = props.color || 'red'
button
color: =color
yield
@media
yield mobile
import Button from 'constructor.ess?raw'
.modal
Button(color='blue')
background: black
block mobile
background: white
.modal button {
color: blue;
background: black;
}
@media {
.modal button {
background: white;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment