fix: relocate CSS @import to the top to avoid build fail
This commit is contained in:
@ -179,6 +179,8 @@ const goBack = () => router.back()
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
|
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;0,900;1,400&display=swap');
|
||||||
|
|
||||||
.business-details-view {
|
.business-details-view {
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
background: var(--bg-primary);
|
background: var(--bg-primary);
|
||||||
@ -190,8 +192,6 @@ const goBack = () => router.back()
|
|||||||
font-family: 'Playfair Display', serif;
|
font-family: 'Playfair Display', serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;0,900;1,400&display=swap');
|
|
||||||
|
|
||||||
/* Hero Section */
|
/* Hero Section */
|
||||||
.hero-section {
|
.hero-section {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|||||||
Reference in New Issue
Block a user