refactor(client): use css modules
This commit is contained in:
parent
d10e000883
commit
3f033d6ab7
5 changed files with 72 additions and 67 deletions
|
@ -52,7 +52,7 @@ watch(() => props.user.avatarBlurhash, () => {
|
|||
});
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
<style lang="scss" module>
|
||||
@keyframes earwiggleleft {
|
||||
from { transform: rotate(37.6deg) skew(30deg); }
|
||||
25% { transform: rotate(10deg) skew(30deg); }
|
||||
|
@ -68,9 +68,7 @@ watch(() => props.user.avatarBlurhash, () => {
|
|||
75% { transform: rotate(0deg) skew(-30deg); }
|
||||
to { transform: rotate(-37.6deg) skew(-30deg); }
|
||||
}
|
||||
</style>
|
||||
|
||||
<style lang="scss" module>
|
||||
.root {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue