Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
nodejs-shebang.patch | Fix nodejs shebang line | Andrew Kelley <superjoe30@gmail.com> | not-needed | |||
replace-css-parse-with-css.patch | Use node-css instead of node-css-parse node-css-parse is now just a one-line wrapper around node-css, and should not be used. |
James Clarke <jrtc27@jrtc27.com> | not-needed | |||
at-rules.patch | Add font-face and custom-media support to css.js Later versions of node-css-parse, as well as the recommended node-css, have added special at rules for font-face and custom-media, so they must be handled. Fixes the 'converter atrules' test case failing with undefined appearing where there should be a font-face. |
James Clarke <jrtc27@jrtc27.com> | not-needed |