Restore @reference directive for style.css

This commit is contained in:
filtered
2025-09-14 00:34:40 +10:00
parent 7e51f86cb2
commit 47012b348b

View File

@@ -22,6 +22,8 @@ const message = computed(() => (route.query.message as string) || '')
</script>
<style scoped>
@reference '../assets/css/style.css';
.desktop-dialog {
@apply flex flex-col p-6 rounded-lg;
width: 100%;