1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-26 10:08:06 +02:00
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

5 lines
65 B
CSS

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