humus/app/postcss.config.js

7 lines
105 B
JavaScript
Raw Normal View History

2021-01-18 12:31:48 -06:00
/* eslint-disable global-require */
2021-01-05 12:20:20 -06:00
module.exports = {
2021-01-18 12:31:48 -06:00
plugins: [
require('autoprefixer'),
],
2021-01-05 12:20:20 -06:00
};