remove leftover tailwindcss plugin decloration
This commit is contained in:
parent
23b3405251
commit
5cafb23e44
|
@ -5,6 +5,5 @@ module.exports = {
|
||||||
browsers: "last 2 versions"
|
browsers: "last 2 versions"
|
||||||
},
|
},
|
||||||
autoprefixer: {},
|
autoprefixer: {},
|
||||||
tailwindcss: {},
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Reference in New Issue