pdf.js/external/builder/fixtures/css-comment-expected.css
Jonas Jenwald 65fe0130f4 Handle CSS-comments correctly in the preprocess-function (PR 14886 follow-up)
I overlooked this in PR 14886, sorry about that!
2022-05-28 08:41:25 +02:00

5 lines
49 B
CSS

/* Comment here... */
div {
margin: 0;
}