livebook/assets/postcss.config.js

8 lines
114 B
JavaScript
Raw Normal View History

2021-01-08 05:13:17 +08:00
module.exports = {
2021-03-17 18:17:52 +08:00
plugins: {
'postcss-import': {},
'@tailwindcss/jit': {},
autoprefixer: {},
}
}