Misc CSS and transition fixes
This commit is contained in:
parent
df5de4be97
commit
ecb5384579
5 changed files with 24 additions and 13 deletions
|
@ -1,9 +1,9 @@
|
|||
/*! purgecss start ignore */
|
||||
.fade-enter {
|
||||
.fade-enter, .fade-appear {
|
||||
@apply .opacity-0;
|
||||
}
|
||||
|
||||
.fade-enter-active {
|
||||
.fade-enter-active, .fade-appear-active {
|
||||
@apply .opacity-100;
|
||||
transition: opacity 250ms;
|
||||
}
|
||||
|
|
Reference in a new issue