fix(ui): revert preflight styles from tailwind
This commit is contained in:
parent
891195ab7e
commit
f1248eb4af
2 changed files with 9 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -42,6 +42,6 @@ module.exports = {
|
|||
},
|
||||
plugins: [],
|
||||
corePlugins: {
|
||||
preflight: false
|
||||
// preflight: false // TODO check for the conflicts with antd
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue