This commit is contained in:
Patrick Alvin Alcala 2026-03-26 19:08:50 +08:00
parent 82a0fd6eea
commit 4fadb54891
24 changed files with 58 additions and 84 deletions

View file

@ -47,5 +47,5 @@ const { desktop, tablet, mobile } = Astro.props
}
<style lang="sass">
@use '/src/styles/breakpoints.sass'
@use '../../design/breakpoints.sass'
</style>