NWJS_Hour_Tracking/postcss.config.js
The Jared Wilcurt 620b4f3ddb Mostly set up
2019-07-08 09:32:03 -04:00

6 lines
60 B
JavaScript

module.exports = {
plugins: {
autoprefixer: {}
}
};