gulp-pxtorem icon indicating copy to clipboard operation
gulp-pxtorem copied to clipboard

A Gulp plugin for pxtorem

Results 3 gulp-pxtorem issues
Sort by recently updated
recently updated
newest added

I replaced gulp-util method calls according to this article to get rid of gulp util error when launching gulp.

Lunching gulp with pxtorem causes Error: Cannot find module 'gulp-util' Reproduction steps: 1. npm audit fix – to get rid off vulnerability error 2. error message mentioned before

This project currently uses version 4 which is not postcss version 8 compatible. Updating this to the latest supported along with some tweaks to this project should keep this plugin...