devel #293

Merged
inhji merged 2 commits from devel into main 2023-09-09 12:55:11 +02:00
Showing only changes of commit 0f83288d63 - Show all commits

View file

@ -15,6 +15,7 @@ const plugins = [
postCssPlugin({
postcss: {
plugins: [
require('tailwindcss/nesting'),
require('tailwindcss'),
require('autoprefixer')
]