Files
PhotonVision/photon-client/postcss.config.js

6 lines
60 B
JavaScript
Raw Normal View History

2019-09-20 09:59:16 +03:00
module.exports = {
plugins: {
autoprefixer: {}
}
};