0.1.12 • Published 7 years ago

smart-px2rem-loader v0.1.12

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

smart-px2rem-loader

a webpack loader for px2rem

NPM version Build status Downloads

Install

npm install smart-px2rem-loader

webpack config

{
  loaders: [{ test: /\.css$/, loader: 'style!css!px2rem?remUnit=75&remPrecision=8' }]
}

excludes

{
  loaders: [{ test: /\.css$/, loader: 'style!css!px2rem?remUnit=75&remPrecision=8&excludes[]=border' }]
}

Please see px2rem for more information about query parameters of px2rem.

0.1.12

7 years ago

0.1.11

7 years ago

0.1.10

7 years ago

0.1.9

7 years ago

0.1.8

7 years ago

0.1.7

7 years ago