chore: Use css module

This commit is contained in:
naskya 2023-07-08 19:57:26 +00:00
parent 478be7a3ae
commit aeb1f9c993
No known key found for this signature in database
GPG key ID: 164DFF24E2D40139

View file

@ -7,7 +7,7 @@
:display-back-button="true"
/></template>
<MkSpacer :content-max="900">
<div class="ztgjmzrw">
<div :class="$style.root">
<section
v-for="announcement in announcements"
class="_card _gap announcements"
@ -137,8 +137,8 @@ definePageMetadata({
});
</script>
<style lang="scss" scoped>
.ztgjmzrw {
<style lang="scss" module>
.root {
margin: var(--margin);
}
</style>