fix class name

This commit is contained in:
atomiks
2018-03-17 18:58:51 +10:00
parent 38ca6bc35c
commit 5ffbcabc7d

View File

@ -20,7 +20,7 @@ Transitions an element's height from `0` to `auto` when its height is unknown.
max-height: 0;
}
.target:hover > .el {
.trigger:hover > .el {
max-height: var(--max-height);
}
```