mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-02-22 22:05:03 +08:00
7 lines
114 B
JavaScript
7 lines
114 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
'postcss-import': {},
|
|
'@tailwindcss/jit': {},
|
|
autoprefixer: {},
|
|
}
|
|
}
|