Last active
August 29, 2015 14:07
-
-
Save jiahut/d29dd29b62fe30b2e699 to your computer and use it in GitHub Desktop.
stylus usage demo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$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