css-escapes.less 474 B

123456789101112131415161718192021222324252627282930313233
  1. @ugly: fuchsia;
  2. .escape\|random\|char {
  3. color: red;
  4. }
  5. .mixin\!tUp {
  6. font-weight: bold;
  7. }
  8. // class="404"
  9. .\34 04 {
  10. background: red;
  11. strong {
  12. color: @ugly;
  13. .mixin\!tUp;
  14. }
  15. }
  16. .trailingTest\+ {
  17. color: red;
  18. }
  19. /* This hideous test of hideousness checks for the selector "blockquote" with various permutations of hex escapes */
  20. \62\6c\6f \63 \6B \0071 \000075o\74 e {
  21. color: silver;
  22. }
  23. [ng\:cloak],
  24. ng\:form {
  25. display: none;
  26. }