UNPKG
generator-senbochen-cli
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
这是一个自定义的yeoman脚手架
generator-senbochen-cli
/
generators
/
app
/
templates
/
postcss.config.js
16 lines
(15 loc)
•
244 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
module.exports
=
{
//...其他配置
css:
{
loaderOptions:
{
postcss:
{
plugins:
[
require('postcss-pxtorem')(
{
rootValue:
37.5
,
propList:
[
'*'
] }
)
] } } } }