/app/node_modules/less/test/css/comments.css

https://bitbucket.org/jorritposthuma/inventory-counter-mobile · CSS · 56 lines · 19 code · 1 blank · 36 comment · 0 complexity · 12ef20804da94d8cd7a60bb3d397c604 MD5 · raw file

  1. /******************\
  2. * *
  3. * Comment Header *
  4. * *
  5. \******************/
  6. /*
  7. Comment
  8. */
  9. /*
  10. * Comment Test
  11. *
  12. * - cloudhead (http://cloudhead.net)
  13. *
  14. */
  15. /* Colors
  16. * ------
  17. * #EDF8FC (background blue)
  18. * #166C89 (darkest blue)
  19. *
  20. * Text:
  21. * #333 (standard text) // A comment within a comment!
  22. * #1F9EC9 (standard link)
  23. *
  24. */
  25. /* @group Variables
  26. ------------------- */
  27. #comments {
  28. /**/
  29. color: red;
  30. /* A C-style comment */
  31. background-color: orange;
  32. font-size: 12px;
  33. /* lost comment */
  34. content: "content";
  35. border: 1px solid black;
  36. padding: 0;
  37. margin: 2em;
  38. }
  39. /* commented out
  40. #more-comments {
  41. color: grey;
  42. }
  43. */
  44. .selector,
  45. .lots,
  46. .comments {
  47. color: #808080, /* blue */ #ffa500;
  48. -webkit-border-radius: 2px /* webkit only */;
  49. -moz-border-radius: 8px /* moz only with operation */;
  50. }
  51. #last {
  52. color: #0000ff;
  53. }