mirror of
https://github.com/livebook-dev/livebook.git
synced 2024-11-13 03:06:06 +08:00
7 lines
109 B
JavaScript
7 lines
109 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
"postcss-import": {},
|
|
tailwindcss: {},
|
|
autoprefixer: {},
|
|
},
|
|
};
|