add purge prop to tailwind

This commit is contained in:
Amruth Pillai
2020-06-24 08:57:33 +05:30
parent 49621b86a6
commit a8cdb62df1

View File

@ -1,4 +1,8 @@
module.exports = { module.exports = {
purge: [
'./src/**/*.html',
'./src/**/*.js',
],
theme: { theme: {
container: { container: {
center: true, center: true,