mirror of
https://github.com/livebook-dev/livebook.git
synced 2024-11-17 21:33:16 +08:00
7 lines
107 B
JavaScript
7 lines
107 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
'postcss-import': {},
|
|
tailwindcss: {},
|
|
autoprefixer: {},
|
|
}
|
|
}
|