lx-music-desktop/postcss.config.js

8 lines
105 B
JavaScript
Raw Normal View History

2019-08-16 09:27:23 +00:00
const autoprefixer = require('autoprefixer')
module.exports = {
plugins: [
autoprefixer(),
],
}