GitBucket
Toggle navigation
Snippets
Sign in
Files
Branches
4
Releases
4
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Fork
: 0
codedev
/
smartwell_app_front
Transfer to URL with SHA
Find file
Newer
Older
tree:
c871761c31
Switch branches
×
dev_for_hbuilder
dev_for_yizhuang
master
smartwell-for-sp
smartwell_app_front
/ postcss.config.js
StephanieGitHub
on 6 Aug 2019
103 bytes
first commit
Raw
Blame
History
const autoprefixer = require('autoprefixer') module.exports = { plugins: [ autoprefixer() ] }