This website requires JavaScript.
Explore
Help
Sign In
Sakurai
/
pdf.js
Watch
1
Star
0
Fork
0
You've already forked pdf.js
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
040d5bb294
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 15:41:25 +09: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 22:41:22 +09: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 15:41:25 +09:00
/*}*/
/*#endif*/
Reference in New Issue
Copy Permalink