chore(deps): Remove deprecated variant configuration from tailwind config (#2994)

This commit is contained in:
Brandon
2022-03-07 16:20:50 -06:00
committed by GitHub
parent 8b4031a029
commit 260672b786

View File

@@ -5,8 +5,5 @@ module.exports = {
colors: {},
},
},
variants: {
extend: {},
},
plugins: [],
};