wallabag/postcss.config.js

8 lines
102 B
JavaScript

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