fix(ui): revert preflight styles from tailwind

This commit is contained in:
Shekar Siri 2023-06-28 15:37:03 +02:00
parent 891195ab7e
commit f1248eb4af
2 changed files with 9 additions and 1 deletions

View file

@ -26,3 +26,11 @@ input.no-focus:focus {
.border-b {
border-bottom: 1px solid #eee;
}
button,
[type='button'],
[type='reset'],
[type='submit'] {
background-color: unset;
-webkit-appearance: button;
}

View file

@ -42,6 +42,6 @@ module.exports = {
},
plugins: [],
corePlugins: {
preflight: false
// preflight: false // TODO check for the conflicts with antd
}
};