pdf.js/external/builder/fixtures/css-comment-expected.css
Jonas Jenwald 397f2e63d0 Handle CSS-comments better in the preprocess-function (PR 14963 follow-up)
This fixes another oversight, please see the updated tests.
2022-06-02 16:06:47 +02:00

6 lines
65 B
CSS

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