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 d3b6f4edea
commit 2d1473191d

View File

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