xref
: /
openbmc
/
webui-vue
/
postcss.config.js
(revision 9e36f522b94511c1d77335493c09e68975db031c)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
module
.
exports
= {
2
plugins
: {
3
autoprefixer
: {}
4
}
5
};
6