inline-css
inline-css copied to clipboard
Inline css into an html file.
It would be a neat feature if we could somehow tell inline-css to ignore certain `` tags e.g. Google fonts link tag. This would mean it leaves it as is...
Hello Maintainers, I want to get this on your radar: `npm audit` is failing for vulnerability in `css-what` package I saw cheerio is working on fixing it [here](https://github.com/cheeriojs/cheerio/issues/1924) and looking...
It would be great if: - there was an option to preserve all non-inlineable CSS, which in addition to existing preserveMediaQueries would also preserve selectors like a:hover etc. - removeHtmlSelectors...
At the moment when I run inline-css it seems to remove all @font-face queries from my html file. Is there some way that, like media queries, these can be ignored?...
At the pseudoCheck.js library's code, at line `25`, need to add an extra sanity (*or before*), as stylesheet like the following below, will break it: ``` , something { font-size:...
In my code CSS is resolved from tag, if i place CSS in html and run, then tag are left intact, but when adding styles using tag then the styles...
Can you please provide steps to browserify or use extract-css on client side
This PR adds a command line interface to make it easier to integrate this tool with other scripts and development tools. I needed this functionality to use this tool as...
``` root@30c7a47055f5:/tmp# node gulp-inline-css-demo1.js Error: empty style element at Object. (/tmp/node_modules/style-data/index.js:30:22) at exports.each (/tmp/node_modules/cheerio/lib/api/traversing.js:293:24) at module.exports (/tmp/node_modules/style-data/index.js:25:16) at /tmp/node_modules/extract-css/index.js:14:9 at next (/tmp/node_modules/batch/index.js:118:7) at Batch.end (/tmp/node_modules/batch/index.js:154:5) at module.exports (/tmp/node_modules/extract-css/index.js:24:11) at /tmp/node_modules/inline-css/lib/inlineContent.js:15:9...
This issue originally started in [gulp-inline-css](https://github.com/jonkemp/gulp-inline-css/issues/23). I've played around with the tests in the project and if I change `media-preserve.html` to use `` and move the CSS to that file...