Some checks failed
continuous-integration/drone Build is failing
- also bumped tailwind to 4.x - updated postcss to match
5 lines
67 B
JavaScript
5 lines
67 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
'@tailwindcss/postcss': {},
|
|
}
|
|
}
|