fix(ui): revert preflight styles from tailwind
This commit is contained in:
parent
f1248eb4af
commit
4ed47f09fd
2 changed files with 1 additions and 15 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -41,7 +41,5 @@ module.exports = {
|
|||
visibility: ['responsive', 'hover', 'focus', 'group-hover']
|
||||
},
|
||||
plugins: [],
|
||||
corePlugins: {
|
||||
// preflight: false // TODO check for the conflicts with antd
|
||||
}
|
||||
corePlugins: {}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue