disabled text-transform tailwind plugin

pull/8130/head
PaarthAgarwal 2022-03-15 22:16:23 +05:30 zatwierdzone przez LB (Ben Johnston)
rodzic 255d5e9b03
commit 91970e66e5
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -14,5 +14,6 @@ module.exports = {
corePlugins: {
// Risk of clashing with existing styles.
preflight: false,
textTransform: false,
},
};