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