compression.less 582 B

12345678910111213141516171819202122232425262728293031323334353637
  1. #colours {
  2. color1: #fea;
  3. color2: #ffeeaa;
  4. color3: rgba(255, 238, 170, 0.1);
  5. @color1: #fea;
  6. string: "@{color1}";
  7. /* comments are stripped */
  8. // both types!
  9. /*! but not this type
  10. Note preserved whitespace
  11. */
  12. }
  13. dimensions {
  14. val: 0.1px;
  15. val: 0em;
  16. val: 4cm;
  17. val: 0.2;
  18. val: 5;
  19. angles-must-have-unit: 0deg;
  20. durations-must-have-unit: 0s;
  21. length-doesnt-have-unit: 0px;
  22. width: auto\9;
  23. }
  24. @page {
  25. marks: none;
  26. @top-left-corner {
  27. vertical-align: top;
  28. }
  29. @top-left {
  30. vertical-align: top;
  31. }
  32. }
  33. .shadow ^ .dom,
  34. body ^^ .shadow {
  35. display: done;
  36. }