css-escapes.css 578 B

12345678910111213141516171819202122232425262728293031
  1. .escape\|random\|char {
  2. color: red;
  3. }
  4. .mixin\!tUp {
  5. font-weight: bold;
  6. }
  7. .\34 04 {
  8. background: red;
  9. }
  10. .\34 04 strong {
  11. color: fuchsia;
  12. font-weight: bold;
  13. }
  14. .trailingTest\+ {
  15. color: red;
  16. }
  17. /* This hideous test of hideousness checks for the selector "blockquote" with various permutations of hex escapes */
  18. \62\6c\6f \63 \6B \0071 \000075o\74 e {
  19. color: silver;
  20. }
  21. [ng\:cloak],
  22. ng\:form {
  23. display: none;
  24. }
  25. .bootstrap {
  26. background-color: #000 \9;
  27. }
  28. textarea {
  29. font-family: 'helvetica neue', 'wenquanyi micro hei', \5FAE\8F6F\96C5\9ED1, \5B8B\4F53, sans-serif;
  30. }