Fix tailwind

This commit is contained in:
ota-prokopec 2022-08-26 22:42:12 +02:00
parent 95d1681053
commit 8541f854db
1 changed files with 3 additions and 4 deletions

View File

@ -1,7 +1,6 @@
const autoprefixer = require("autoprefixer")
const autoprefixer = require('autoprefixer')
const tailwind = require('tailwindcss')
module.exports = {
plugins: [
autoprefixer()
]
plugins: [tailwind(), autoprefixer()],
}