gitdeploy/html/postcss.config.js

6 lines
74 B
JavaScript
Raw Permalink Normal View History

2020-09-21 14:34:41 +00:00
'use strict';
module.exports = {
plugins: [require('autoprefixer')]
};