css-escapes.css 419 B

123456789101112131415161718192021222324
  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. }