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