# px2rem-plus-loader **Repository Path**: okxiaoliang4/px2rem-plus-loader ## Basic Information - **Project Name**: px2rem-plus-loader - **Description**: css post loader for px2rem - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-03-05 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # px2rem-loader a [webpack](http://webpack.github.io/) loader for [px2rem](https://github.com/songsiqi/px2rem) ## Install `npm install px2rem-plus-loader` ## webpack config ``` { loaders: [{ test: /\.css$/, loader: 'style!css!px2rem?path=remUnit=75&remPrecision=8' }] } ``` Please see [px2rem](https://github.com/songsiqi/px2rem) for more information about query parameters of px2rem.