Same filename and directory in other branches
  1. 5.0.x advagg_css_minify/tests/src/Kernel/Asset/css_test_files/comment_hacks.css.optimized.css 1 commentaire
  2. 7.x-2.x tests/css_test_files/comment_hacks.css.optimized.css 1 commentaire
  3. 8.x-3.x advagg_css_minify/tests/src/Kernel/Asset/css_test_files/comment_hacks.css.optimized.css 1 commentaire
  4. 8.x-4.x advagg_css_minify/tests/src/Kernel/Asset/css_test_files/comment_hacks.css.optimized.css 1 commentaire
.test1{display:block}html .clear-block{height:1%}.clear-block{display:block;font:italic bold 12px/30px Georgia,serif}.test2{display:block}.bkslshv1{background-color:#c00}.test3{display:block}.test4{display:block}.comment-in-double-quotes:before{content:"/* ";
}
.this_rule_must_stay {
  color: #f00;
  background-color: #fff;
}
.comment-in-double-quotes:after {
  content: " */"}.comment-in-single-quotes:before{content:'/*';
}
.this_rule_must_stay {
  color: #f00;
  background-color: #fff;
}
.comment-in-single-quotes:after {
  content: '*/'}.comment-in-mixed-quotes:before{content:'"/*"';
}
.this_rule_must_stay {
  color: #f00;
  background-color: #fff;
}
.comment-in-mixed-quotes:after {
  content: "'*/'";
}
/**************************************/
.comment-in-quotes-with-escaped:before {
  content: '/* \" \' */';
}
.this_rule_must_stay {
  color: #f00;
  background-color: #fff;
}
.comment-in-quotes-with-escaped:after {
  content: "*/\" \ '"}

Fichier

advagg_css_minify/tests/src/Kernel/Asset/css_test_files/comment_hacks.css.optimized.css

View source
  1. .test1{display:block}html .clear-block{height:1%}.clear-block{display:block;font:italic bold 12px/30px Georgia,serif}.test2{display:block}.bkslshv1{background-color:#c00}.test3{display:block}.test4{display:block}.comment-in-double-quotes:before{content:"/* ";
  2. }
  3. .this_rule_must_stay {
  4. color: #f00;
  5. background-color: #fff;
  6. }
  7. .comment-in-double-quotes:after {
  8. content: " */"}.comment-in-single-quotes:before{content:'/*';
  9. }
  10. .this_rule_must_stay {
  11. color: #f00;
  12. background-color: #fff;
  13. }
  14. .comment-in-single-quotes:after {
  15. content: '*/'}.comment-in-mixed-quotes:before{content:'"/*"';
  16. }
  17. .this_rule_must_stay {
  18. color: #f00;
  19. background-color: #fff;
  20. }
  21. .comment-in-mixed-quotes:after {
  22. content: "'*/'";
  23. }
  24. /**************************************/
  25. .comment-in-quotes-with-escaped:before {
  26. content: '/* \" \' */';
  27. }
  28. .this_rule_must_stay {
  29. color: #f00;
  30. background-color: #fff;
  31. }
  32. .comment-in-quotes-with-escaped:after {
  33. content: "*/\" \ '"}