gitdeploy/html/postcss.config.js

6 lines
74 B
JavaScript
Raw Normal View History

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