This commit is contained in:
Fractal-Tess
2024-01-24 04:36:02 +02:00
parent add2cf4db1
commit 9d748eaa42

View File

@@ -1,5 +1,5 @@
const tailwindcss = require('tailwindcss'); const tailwindcss = require('tailwindcss')
const autoprefixer = require('autoprefixer'); const autoprefixer = require('autoprefixer')
const config = { const config = {
plugins: [ plugins: [
@@ -8,6 +8,6 @@ const config = {
//But others, like autoprefixer, need to run after, //But others, like autoprefixer, need to run after,
autoprefixer autoprefixer
] ]
}; }
module.exports = config; module.exports = config