Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
phosphor-webui
/
6473a41d6c377667993ee9b82485867c4d6fc21c
/
.
/
postcss.config.js
blob: 3691590b46cc15ce1e155c012b3378a0283d027e [
file
] [
log
] [
blame
]
module
.
exports
=
{
plugins
:
{
autoprefixer
:
{
browsers
:
[
'last 2 versions'
]
},
},
};