Fixed #4404 - Sidebar: error in Unstyled Tailwind docs
parent
fd51e4226e
commit
95c9f66198
|
@ -68,7 +68,7 @@ export default {
|
||||||
: props.position === 'right'
|
: props.position === 'right'
|
||||||
? {
|
? {
|
||||||
enterFromClass: 'translate-x-full translate-y-0 translate-z-0',
|
enterFromClass: 'translate-x-full translate-y-0 translate-z-0',
|
||||||
leaveToClass: 'opacity-0 scale-75 translate-x-full translate-y-0 translate-z-0'
|
leaveToClass: 'translate-x-full translate-y-0 translate-z-0'
|
||||||
}
|
}
|
||||||
: {
|
: {
|
||||||
enterFromClass: 'opacity-0',
|
enterFromClass: 'opacity-0',
|
||||||
|
|
Loading…
Reference in New Issue