mirror of
https://github.com/run-llama/chat-ui.git
synced 2026-07-01 21:24:01 -04:00
9 lines
193 B
JavaScript
9 lines
193 B
JavaScript
// If you want to use other PostCSS plugins, see the following:
|
|
// https://tailwindcss.com/docs/using-with-preprocessors
|
|
|
|
module.exports = {
|
|
plugins: {
|
|
'@tailwindcss/postcss': {},
|
|
},
|
|
}
|