This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
pdf.js
Watch
1
Star
0
Fork
You've already forked pdf.js
0
mirror of
https://github.com/mozilla/pdf.js.git
synced
2025-04-26 10:08:06 +02:00
Code
Activity
ca12bca276
pdf.js
/
external
/
builder
/
fixtures
/
css-comment.css
8 lines
97 B
CSS
Raw
Normal View
History
Unescape
Escape
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
/* Comment here... */
/*#if TRUE*/
/*div {*/
/* margin: 0;*/
Handle CSS-comments better in the preprocess-function (PR 14963 follow-up) This fixes another oversight, please see the updated tests.
2022-06-02 15:41:22 +02:00
/*padding: 0;*/
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
/*}*/
/*#endif*/
Copy permalink