node-pixrem icon indicating copy to clipboard operation
node-pixrem copied to clipboard

CSS post-processor that generates pixel fallbacks for rem units.

Results 14 node-pixrem issues
Sort by recently updated
recently updated
newest added

``` margin: 80px 2px 3em 100%; ``` Should be changed to: ``` margin: 40px 2px 3em 100%; ``` As 16 * 2.5 = 40.

Hello, This PR makes the following changes * Update this module to PostCSS 8 using the migration guide : https://evilmartians.com/chronicles/postcss-8-plugin-migration * Update the node version to use 10 at the...

Has anyone used this with webpack and PostCSS? You can use `postcss.config.js` to load variables and plugins and i've tried the following: ``` module.exports = { remove: false, plugins: [...

Just a quick fix for 5.0 release. We need to mention it in `CHANGELOG.md`.

Hello, I see you released version 5.0.0 recently, and am curious what changed since last release. Is it possible to add the tags to the releases if you don't have...

If a base 64 string has the string 'rem' in it, that rule will be processed (assuming other factors such as browserlist allow it) and duplicated. This fix uses a...

Closes https://github.com/robwierzbowski/node-pixrem/issues/49

Now that the module uses browserslist, is `atrules` option to force fallbacks in at-rules still relevant ? Reminder: - if you target IE8, IE9 or IE10, `rem` fallbacks in at-rules...

question

I am seeing px fallbacks added for every rem rule (not just those in pseudo-selectors or font shorthands) when my browserslist is set to "Explorer >= 10". I believe the...

For now, module uses `browsers: 'ie