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