decoupling-drupal-vuejs/postcss.config.js

8 lines
106 B
JavaScript
Raw Normal View History

2019-05-25 00:11:42 +01:00
module.exports = {
plugins: {
2019-05-25 00:24:36 +01:00
tailwindcss: {},
2019-06-05 09:12:54 +01:00
'postcss-nested': {},
2019-05-25 00:11:42 +01:00
autoprefixer: {}
}
}