Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
phosphor-webui
/
eedefd3ead28d0d276539552faad54bb709a7af5
/
.
/
postcss.config.js
blob: 3691590b46cc15ce1e155c012b3378a0283d027e [
file
] [
log
] [
blame
]
Ed Tanous
bbcf670
2017-10-06 13:53:06 -0700
[
diff
] [
blame
]
1
module
.
exports
=
{
2
plugins
:
{
3
autoprefixer
:
{
4
browsers
:
[
'last 2 versions'
]
5
},
6
},
7
};