Fix a hell of a stupid SCSS issue that blocked everything?!
This commit is contained in:
@@ -1,10 +1,9 @@
|
|||||||
// Explore Page
|
// Explore Page
|
||||||
:global(.explore) {
|
:global(.explore) {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
}
|
||||||
&__locations {
|
:global(.explore__locations) {
|
||||||
@include bp (sm, max) {
|
@include bp (sm, max) {
|
||||||
margin-top: 72px;
|
margin-top: 72px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
import { sveltekit } from '@sveltejs/kit/vite';
|
import { sveltekit } from '@sveltejs/kit/vite'
|
||||||
import { scssImports } from './svelte.config.js'
|
import { scssImports } from './svelte.config.js'
|
||||||
|
|
||||||
/** @type {import('vite').UserConfig} */
|
/** @type {import('vite').UserConfig} */
|
||||||
|
|||||||
Reference in New Issue
Block a user