mirror of
https://github.com/livebook-dev/livebook.git
synced 2024-11-17 13:27:50 +08:00
7 lines
114 B
JavaScript
7 lines
114 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
'postcss-import': {},
|
|
'@tailwindcss/jit': {},
|
|
autoprefixer: {},
|
|
}
|
|
}
|