Skip to content

Instantly share code, notes, and snippets.

@jiahut
Last active August 29, 2015 14:07
Show Gist options
  • Save jiahut/d29dd29b62fe30b2e699 to your computer and use it in GitHub Desktop.
Save jiahut/d29dd29b62fe30b2e699 to your computer and use it in GitHub Desktop.
stylus usage demo
$title-color
color red
.a
@extends $title-color
.title-color2
color red
.b
@extends .title-color2
title-color3()
color red
.c
title-color3()
box-shadow()
-webkit-box-shadow arguments
-moz-box-shadow arguments
box-shadow arguments
body
box-shadow #ddd 1px 1px, #eee 2px 2px
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment