myPrayerJournal/src/app/.postcssrc.js
2018-08-21 20:39:41 -05:00

6 lines
59 B
JavaScript

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