decoupling-drupal-vuejs/postcss.config.js

8 lines
106 B
JavaScript
Raw Normal View History

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