first commit
This commit is contained in:
commit
5ada72873f
30 changed files with 1286 additions and 0 deletions
16
postcss.config.js
Normal file
16
postcss.config.js
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
module.exports = {
|
||||
plugins: {
|
||||
'postcss-import': {},
|
||||
'postcss-nested': {},
|
||||
'postcss-preset-env': {},
|
||||
'postcss-pxtorem': {
|
||||
rootValue: 16,
|
||||
unitPrecision: 5,
|
||||
propList: ['*'],
|
||||
selectorBlackList: ['html', 'body'],
|
||||
replace: true,
|
||||
mediaQuery: false,
|
||||
minPixelValue: 0
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue