NWJS_Hour_Tracking/postcss.config.js

6 lines
60 B
JavaScript
Raw Permalink Normal View History

2019-07-08 07:32:03 -06:00
module.exports = {
plugins: {
autoprefixer: {}
}
};