mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-27 01:16:23 +02:00
6 lines
No EOL
112 B
JavaScript
6 lines
No EOL
112 B
JavaScript
/** @type {import('tailwindcss').Config} */
|
|
export default {
|
|
plugins: {
|
|
'@tailwindcss/postcss': {},
|
|
},
|
|
} |