update
Former-commit-id: bdede6ed1b6f578f2ef046c338caf02d0b29d453 [formerly 7187de361b53e9c8ec121df379b762f2db736ea2] Former-commit-id: 447d58460fbbfd05ffe08428a1288e392637561d
This commit is contained in:
55
_embed/public/ace/demo/kitchen-sink/docs/stylus.styl
Normal file
55
_embed/public/ace/demo/kitchen-sink/docs/stylus.styl
Normal file
@@ -0,0 +1,55 @@
|
||||
// I'm a comment!
|
||||
|
||||
/*
|
||||
* Adds the given numbers together.
|
||||
*/
|
||||
|
||||
|
||||
/*!
|
||||
* Adds the given numbers together.
|
||||
*/
|
||||
|
||||
|
||||
asdasdasdad(df, ad=23)
|
||||
|
||||
add(a, b = a)
|
||||
a + b
|
||||
green(#0c0)
|
||||
add(10, 5)
|
||||
// => 15
|
||||
|
||||
add(10)
|
||||
add(a, b)
|
||||
|
||||
&asdasd
|
||||
|
||||
(arguments)
|
||||
|
||||
@sdfsdf
|
||||
.signatures
|
||||
background-color #e0e8e0
|
||||
border 1px solid grayLighter
|
||||
box-shadow 0 0 3px grayLightest
|
||||
border-radius 3px
|
||||
padding 3px 5px
|
||||
"adsads"
|
||||
margin-left 0
|
||||
list-style none
|
||||
.signature
|
||||
list-style none
|
||||
display: inline
|
||||
margin-left 0
|
||||
> li
|
||||
display inline
|
||||
is not
|
||||
.signature-values
|
||||
list-style none
|
||||
display inline
|
||||
margin-left 0
|
||||
&:before
|
||||
content '→'
|
||||
margin 0 5px
|
||||
> li
|
||||
!important
|
||||
|
||||
unless
|
||||
Reference in New Issue
Block a user