Add stylus support

This commit is contained in:
Adam Krebs
2013-12-09 22:42:57 -05:00
parent 2180c11dc6
commit fc9bc8b9e1
5 changed files with 28 additions and 1 deletions

14
samples/Stylus/demo.styl Normal file
View File

@@ -0,0 +1,14 @@
border-radius()
-webkit-border-radius arguments
-moz-border-radius arguments
border-radius arguments
a.button
border-radius 5px
fonts = helvetica, arial, sans-serif
body {
padding: 50px;
font: 14px/1.4 fonts;
}