fix(ui): revert preflight styles from tailwind

This commit is contained in:
Shekar Siri 2023-06-28 17:59:13 +02:00
parent f1248eb4af
commit 4ed47f09fd
2 changed files with 1 additions and 15 deletions

View file

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

View file

@ -41,7 +41,5 @@ module.exports = {
visibility: ['responsive', 'hover', 'focus', 'group-hover']
},
plugins: [],
corePlugins: {
// preflight: false // TODO check for the conflicts with antd
}
corePlugins: {}
};