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