mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Add stylus support
This commit is contained in:
14
samples/Stylus/demo.styl
Normal file
14
samples/Stylus/demo.styl
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user