css-escapes.less 655 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  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. }
  27. // In Bootstrap v3
  28. .bootstrap {
  29. background-color: #000 \9;
  30. }
  31. textarea {
  32. font-family: 'helvetica neue','wenquanyi micro hei',\5FAE\8F6F\96C5\9ED1, \5B8B\4F53, sans-serif;
  33. }