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