gulp-pxtorem
gulp-pxtorem copied to clipboard
A Gulp plugin for pxtorem
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...