stylus.styl 682 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. // I'm a comment!
  2. /*
  3. * Adds the given numbers together.
  4. */
  5. /*!
  6. * Adds the given numbers together.
  7. */
  8. asdasdasdad(df, ad=23)
  9. add(a, b = a)
  10. a + b
  11. green(#0c0)
  12. add(10, 5)
  13. // => 15
  14. add(10)
  15. add(a, b)
  16. &asdasd
  17. (arguments)
  18. @sdfsdf
  19. .signatures
  20. background-color #e0e8e0
  21. border 1px solid grayLighter
  22. box-shadow 0 0 3px grayLightest
  23. border-radius 3px
  24. padding 3px 5px
  25. "adsads"
  26. margin-left 0
  27. list-style none
  28. .signature
  29. list-style none
  30. display: inline
  31. margin-left 0
  32. > li
  33. display inline
  34. is not
  35. .signature-values
  36. list-style none
  37. display inline
  38. margin-left 0
  39. &:before
  40. content '→'
  41. margin 0 5px
  42. > li
  43. !important
  44. unless