Feat/tailwind (#1179)
This commit is contained in:
@@ -6,14 +6,14 @@
|
||||
|
||||
<style lang="scss">
|
||||
.show-if-initialized {
|
||||
opacity: 0;
|
||||
@apply opacity-0;
|
||||
|
||||
&.initialized {
|
||||
opacity: 1;
|
||||
@apply opacity-100;
|
||||
}
|
||||
|
||||
& > * {
|
||||
transition: none;
|
||||
@apply transition-none;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user