nextcloud-app-radio/postcss.config.js

6 lines
64 B
JavaScript
Raw Normal View History

module.exports = {
plugins: [
require('autoprefixer'),
],
}