comments.less 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. /******************\
  2. * *
  3. * Comment Header *
  4. * *
  5. \******************/
  6. /*
  7. Comment
  8. */
  9. /*
  10. * Comment Test
  11. *
  12. * - cloudhead (http://cloudhead.net)
  13. *
  14. */
  15. ////////////////
  16. @var: "content";
  17. ////////////////
  18. /* Colors
  19. * ------
  20. * #EDF8FC (background blue)
  21. * #166C89 (darkest blue)
  22. *
  23. * Text:
  24. * #333 (standard text) // A comment within a comment!
  25. * #1F9EC9 (standard link)
  26. *
  27. */
  28. /* @group Variables
  29. ------------------- */
  30. #comments /* boo *//* boo again*/,
  31. //.commented_out1
  32. //.commented_out2
  33. //.commented_out3
  34. .comments //end of comments1
  35. //end of comments2
  36. {
  37. /**/ // An empty comment
  38. color: red; /* A C-style comment */ /* A C-style comment */
  39. background-color: orange; // A little comment
  40. font-size: 12px;
  41. /* lost comment */ content: @var;
  42. border: 1px solid black;
  43. // padding & margin //
  44. padding: 0; // }{ '"
  45. margin: 2em;
  46. } //
  47. /* commented out
  48. #more-comments {
  49. color: grey;
  50. }
  51. */
  52. .selector /* .with */, .lots, /* of */ .comments {
  53. color/* survive */ /* me too */: grey, /* blue */ orange;
  54. -webkit-border-radius: 2px /* webkit only */;
  55. -moz-border-radius: (2px * 4) /* moz only with operation */;
  56. }
  57. .mixin_def_with_colors(@a: white, // in
  58. @b: 1px //put in @b - causes problems! --->
  59. ) // the
  60. when (@a = white) {
  61. .test {
  62. color: @b;
  63. }
  64. }
  65. .mixin_def_with_colors();
  66. // .s when
  67. //R/2
  68. .sr-only-focusable {
  69. clip: auto;
  70. }
  71. @-webkit-keyframes /* Safari */ hover /* and Chrome */ {
  72. 0% {
  73. color: red;
  74. }
  75. }
  76. #last { color: blue }
  77. //
  78. /* *//* { *//* *//* *//* */#div { color:#A33; }/* } */
  79. // line immediately followed
  80. /*by block */
  81. @string_w_comment: ~"/* // Not commented out // */";
  82. #output-block { comment: @string_w_comment; }
  83. /*comment on last line*/