Sass breaking change

https://sass-lang.com/documentation/breaking-changes/import/

Deprecation Warning [legacy-js-api]: The legacy JS API 
is deprecated and will be removed in Dart Sass 2.0.0.

More info: https://sass-lang.com/d/legacy-js-api

Deprecation Warning [import]: Sass @import rules are de
precated and will be removed in Dart Sass 3.0.0.

More info and automated migrator: https://sass-lang.com
/d/import


2 │           @import "src/styles/_mixins.scss";
  │                   ^^^^^^^^^^^^^^^^^^^^^^^^^

    src/routes/+page.svelte.vite-preprocess.scss 2:19  
root stylesheet

Deprecation Warning [import]: Sass @import rules are de
precated and will be removed in Dart Sass 3.0.0.

More info and automated migrator: https://sass-lang.com
/d/import


3 │           @import "src/styles/_variables.scss";
  │                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    src/routes/+page.svelte.vite-preprocess.scss 3:19  
root stylesheet

Browserslist: browsers data (caniuse-lite) is 12 months
 old. Please run:
  npx update-browserslist-db@latest
  Why you should do it regularly: https://github.com/br
owserslist/update-db#readme
Deprecation Warning [legacy-js-api]: The legacy JS API 
is deprecated and will be removed in Dart Sass 2.0.0.

More info: https://sass-lang.com/d/legacy-js-api

Deprecation Warning [import]: Sass @import rules are de
precated and will be removed in Dart Sass 3.0.0.

More info and automated migrator: https://sass-lang.com
/d/import


2 │           @import "src/styles/_mixins.scss";
  │                   ^^^^^^^^^^^^^^^^^^^^^^^^^

    src/components/TopNav.svelte.vite-preprocess.scss 2
:19  root stylesheet

Deprecation Warning [import]: Sass @import rules are de
precated and will be removed in Dart Sass 3.0.0.

More info and automated migrator: https://sass-lang.com
/d/import


3 │           @import "src/styles/_variables.scss";
  │                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    src/components/TopNav.svelte.vite-preprocess.scss 3
:19  root stylesheet

Deprecation Warning [global-builtin]: Global built-in f
unctions are deprecated and will be removed in Dart Sas
s 3.0.0.
Use color.red instead.

More info and automated migrator: https://sass-lang.com
/d/import


69 │     $r: red($color) / 255;
   │         ^^^^^^^^^^^

    src/components/TopNav.svelte.vite-preprocess.scss 6
9:9  recolor()
    src/components/TopNav.svelte.vite-preprocess.scss 9
4:5  root stylesheet

Deprecation Warning [color-functions]: red() is depreca
ted. Suggestion:

color.channel($color, "red", $space: rgb)

More info: https://sass-lang.com/d/color-functions


69 │     $r: red($color) / 255;
   │         ^^^^^^^^^^^

    src/components/TopNav.svelte.vite-preprocess.scss 6
9:9  recolor()
    src/components/TopNav.svelte.vite-preprocess.scss 9
4:5  root stylesheet

Deprecation Warning [slash-div]: Using / for division o
utside of calc() is deprecated and will be removed in D
art Sass 2.0.0.

Recommendation: math.div(red($color), 255) or calc(red(
$color) / 255)

More info and automated migrator: https://sass-lang.com
/d/slash-div


69 │     $r: red($color) / 255;
   │         ^^^^^^^^^^^^^^^^^

    src/components/TopNav.svelte.vite-preprocess.scss 6
9:9  recolor()
    src/components/TopNav.svelte.vite-preprocess.scss 9
4:5  root stylesheet

Deprecation Warning [global-builtin]: Global built-in f
unctions are deprecated and will be removed in Dart Sas
s 3.0.0.
Use color.green instead.

More info and automated migrator: https://sass-lang.com
/d/import


70 │     $g: green($color) / 255;
   │         ^^^^^^^^^^^^^

    src/components/TopNav.svelte.vite-preprocess.scss 7
0:9  recolor()
    src/components/TopNav.svelte.vite-preprocess.scss 9
4:5  root stylesheet

Deprecation Warning [color-functions]: green() is depre
cated. Suggestion:

color.channel($color, "green", $space: rgb)

More info: https://sass-lang.com/d/color-functions


70 │     $g: green($color) / 255;
   │         ^^^^^^^^^^^^^

    src/components/TopNav.svelte.vite-preprocess.scss 7
0:9  recolor()
    src/components/TopNav.svelte.vite-preprocess.scss 9
4:5  root stylesheet

Deprecation Warning [slash-div]: Using / for division o
utside of calc() is deprecated and will be removed in D
art Sass 2.0.0.

Recommendation: math.div(green($color), 255) or calc(gr
een($color) / 255)

More info and automated migrator: https://sass-lang.com
/d/slash-div


70 │     $g: green($color) / 255;
   │         ^^^^^^^^^^^^^^^^^^^

    src/components/TopNav.svelte.vite-preprocess.scss 7
0:9  recolor()
    src/components/TopNav.svelte.vite-preprocess.scss 9
4:5  root stylesheet

Deprecation Warning [global-builtin]: Global built-in f
unctions are deprecated and will be removed in Dart Sas
s 3.0.0.
Use color.blue instead.

More info and automated migrator: https://sass-lang.com
/d/import


71 │     $b: blue($color) / 255;
   │         ^^^^^^^^^^^^

    src/components/TopNav.svelte.vite-preprocess.scss 7
1:9  recolor()
    src/components/TopNav.svelte.vite-preprocess.scss 9
4:5  root stylesheet

Deprecation Warning [color-functions]: blue() is deprec
ated. Suggestion:

color.channel($color, "blue", $space: rgb)

More info: https://sass-lang.com/d/color-functions


71 │     $b: blue($color) / 255;
   │         ^^^^^^^^^^^^

    src/components/TopNav.svelte.vite-preprocess.scss 7
1:9  recolor()
    src/components/TopNav.svelte.vite-preprocess.scss 9
4:5  root stylesheet

Deprecation Warning [slash-div]: Using / for division o
utside of calc() is deprecated and will be removed in D
art Sass 2.0.0.

Recommendation: math.div(blue($color), 255) or calc(blu
e($color) / 255)

More info and automated migrator: https://sass-lang.com
/d/slash-div


71 │     $b: blue($color) / 255;
   │         ^^^^^^^^^^^^^^^^^^

    src/components/TopNav.svelte.vite-preprocess.scss 7
1:9  recolor()
    src/components/TopNav.svelte.vite-preprocess.scss 9
4:5  root stylesheet

Deprecation Warning [global-builtin]: Global built-in f
unctions are deprecated and will be removed in Dart Sas
s 3.0.0.
Use color.lightness instead.

More info and automated migrator: https://sass-lang.com
/d/import


74 │     $lightness: lightness($color);
   │                 ^^^^^^^^^^^^^^^^^

    src/components/TopNav.svelte.vite-preprocess.scss 7
4:17  recolor()
    src/components/TopNav.svelte.vite-preprocess.scss 9
4:5   root stylesheet

Deprecation Warning [color-functions]: lightness() is d
eprecated. Suggestion:

color.channel($color, "lightness", $space: hsl)

More info: https://sass-lang.com/d/color-functions


74 │     $lightness: lightness($color);
   │                 ^^^^^^^^^^^^^^^^^

    src/components/TopNav.svelte.vite-preprocess.scss 7
4:17  recolor()
    src/components/TopNav.svelte.vite-preprocess.scss 9
4:5   root stylesheet

Deprecation Warning [legacy-js-api]: The legacy JS API 
is deprecated and will be removed in Dart Sass 2.0.0.

More info: https://sass-lang.com/d/legacy-js-api

Deprecation Warning [import]: Sass @import rules are de
precated and will be removed in Dart Sass 3.0.0.

More info and automated migrator: https://sass-lang.com
/d/import


2 │           @import "src/styles/_mixins.scss";
  │                   ^^^^^^^^^^^^^^^^^^^^^^^^^

    src/components/TopNav.svelte.vite-preprocess.scss 2
:19  root stylesheet

Deprecation Warning [import]: Sass @import rules are de
precated and will be removed in Dart Sass 3.0.0.

More info and automated migrator: https://sass-lang.com
/d/import


3 │           @import "src/styles/_variables.scss";
  │                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    src/components/TopNav.svelte.vite-preprocess.scss 3
:19  root stylesheet

Deprecation Warning [global-builtin]: Global built-in f
unctions are deprecated and will be removed in Dart Sas
s 3.0.0.
Use color.red instead.

More info and automated migrator: https://sass-lang.com
/d/import


69 │     $r: red($color) / 255;
   │         ^^^^^^^^^^^

    src/components/TopNav.svelte.vite-preprocess.scss 6
9:9  recolor()
    src/components/TopNav.svelte.vite-preprocess.scss 9
4:5  root stylesheet

Deprecation Warning [color-functions]: red() is depreca
ted. Suggestion:

color.channel($color, "red", $space: rgb)

More info: https://sass-lang.com/d/color-functions


69 │     $r: red($color) / 255;
   │         ^^^^^^^^^^^

    src/components/TopNav.svelte.vite-preprocess.scss 6
9:9  recolor()
    src/components/TopNav.svelte.vite-preprocess.scss 9
4:5  root stylesheet

Deprecation Warning [slash-div]: Using / for division o
utside of calc() is deprecated and will be removed in D
art Sass 2.0.0.

Recommendation: math.div(red($color), 255) or calc(red(
$color) / 255)

More info and automated migrator: https://sass-lang.com
/d/slash-div


69 │     $r: red($color) / 255;
   │         ^^^^^^^^^^^^^^^^^

    src/components/TopNav.svelte.vite-preprocess.scss 6
9:9  recolor()
    src/components/TopNav.svelte.vite-preprocess.scss 9
4:5  root stylesheet

Deprecation Warning [global-builtin]: Global built-in f
unctions are deprecated and will be removed in Dart Sas
s 3.0.0.
Use color.green instead.

More info and automated migrator: https://sass-lang.com
/d/import


70 │     $g: green($color) / 255;
   │         ^^^^^^^^^^^^^

    src/components/TopNav.svelte.vite-preprocess.scss 7
0:9  recolor()
    src/components/TopNav.svelte.vite-preprocess.scss 9
4:5  root stylesheet

Deprecation Warning [color-functions]: green() is depre
cated. Suggestion:

color.channel($color, "green", $space: rgb)

More info: https://sass-lang.com/d/color-functions


70 │     $g: green($color) / 255;
   │         ^^^^^^^^^^^^^

    src/components/TopNav.svelte.vite-preprocess.scss 7
0:9  recolor()
    src/components/TopNav.svelte.vite-preprocess.scss 9
4:5  root stylesheet

Deprecation Warning [slash-div]: Using / for division o
utside of calc() is deprecated and will be removed in D
art Sass 2.0.0.

Recommendation: math.div(green($color), 255) or calc(gr
een($color) / 255)

More info and automated migrator: https://sass-lang.com
/d/slash-div


70 │     $g: green($color) / 255;
   │         ^^^^^^^^^^^^^^^^^^^

    src/components/TopNav.svelte.vite-preprocess.scss 7
0:9  recolor()
    src/components/TopNav.svelte.vite-preprocess.scss 9
4:5  root stylesheet

Deprecation Warning [global-builtin]: Global built-in f
unctions are deprecated and will be removed in Dart Sas
s 3.0.0.
Use color.blue instead.

More info and automated migrator: https://sass-lang.com
/d/import


71 │     $b: blue($color) / 255;
   │         ^^^^^^^^^^^^

    src/components/TopNav.svelte.vite-preprocess.scss 7
1:9  recolor()
    src/components/TopNav.svelte.vite-preprocess.scss 9
4:5  root stylesheet

Deprecation Warning [color-functions]: blue() is deprec
ated. Suggestion:

color.channel($color, "blue", $space: rgb)

More info: https://sass-lang.com/d/color-functions


71 │     $b: blue($color) / 255;
   │         ^^^^^^^^^^^^

    src/components/TopNav.svelte.vite-preprocess.scss 7
1:9  recolor()
    src/components/TopNav.svelte.vite-preprocess.scss 9
4:5  root stylesheet

Deprecation Warning [slash-div]: Using / for division o
utside of calc() is deprecated and will be removed in D
art Sass 2.0.0.

Recommendation: math.div(blue($color), 255) or calc(blu
e($color) / 255)

More info and automated migrator: https://sass-lang.com
/d/slash-div


71 │     $b: blue($color) / 255;
   │         ^^^^^^^^^^^^^^^^^^

    src/components/TopNav.svelte.vite-preprocess.scss 7
1:9  recolor()
    src/components/TopNav.svelte.vite-preprocess.scss 9
4:5  root stylesheet

Deprecation Warning [global-builtin]: Global built-in f
unctions are deprecated and will be removed in Dart Sas
s 3.0.0.
Use color.lightness instead.

More info and automated migrator: https://sass-lang.com
/d/import


74 │     $lightness: lightness($color);
   │                 ^^^^^^^^^^^^^^^^^

    src/components/TopNav.svelte.vite-preprocess.scss 7
4:17  recolor()
    src/components/TopNav.svelte.vite-preprocess.scss 9
4:5   root stylesheet

Deprecation Warning [color-functions]: lightness() is d
eprecated. Suggestion:

color.channel($color, "lightness", $space: hsl)

More info: https://sass-lang.com/d/color-functions


74 │     $lightness: lightness($color);
   │                 ^^^^^^^^^^^^^^^^^

    src/components/TopNav.svelte.vite-preprocess.scss 7
4:17  recolor()
    src/components/TopNav.svelte.vite-preprocess.scss 9
4:5   root stylesheet

Deprecation Warning [legacy-js-api]: The legacy JS API 
is deprecated and will be removed in Dart Sass 2.0.0.

More info: https://sass-lang.com/d/legacy-js-api

Deprecation Warning [import]: Sass @import rules are de
precated and will be removed in Dart Sass 3.0.0.

More info and automated migrator: https://sass-lang.com
/d/import


2 │           @import "src/styles/_mixins.scss";
  │                   ^^^^^^^^^^^^^^^^^^^^^^^^^

    src/routes/+page.svelte.vite-preprocess.scss 2:19  
root stylesheet

Deprecation Warning [import]: Sass @import rules are de
precated and will be removed in Dart Sass 3.0.0.

More info and automated migrator: https://sass-lang.com
/d/import


3 │           @import "src/styles/_variables.scss";
  │                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    src/routes/+page.svelte.vite-preprocess.scss 3:19  
root stylesheet

Deprecation Warning [legacy-js-api]: The legacy JS API 
is deprecated and will be removed in Dart Sass 2.0.0.

More info: https://sass-lang.com/d/legacy-js-api

Deprecation Warning [import]: Sass @import rules are de
precated and will be removed in Dart Sass 3.0.0.

More info and automated migrator: https://sass-lang.com
/d/import


2 │           @import "src/styles/_mixins.scss";
  │                   ^^^^^^^^^^^^^^^^^^^^^^^^^

    src/routes/setlist/[slug]/+page.svelte.vite-preproc
ess.scss 2:19  root stylesheet

Deprecation Warning [import]: Sass @import rules are de
precated and will be removed in Dart Sass 3.0.0.

More info and automated migrator: https://sass-lang.com
/d/import


3 │           @import "src/styles/_variables.scss";
  │                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    src/routes/setlist/[slug]/+page.svelte.vite-preproc
ess.scss 3:19  root stylesheet

Deprecation Warning [legacy-js-api]: The legacy JS API 
is deprecated and will be removed in Dart Sass 2.0.0.

More info: https://sass-lang.com/d/legacy-js-api

Deprecation Warning [import]: Sass @import rules are de
precated and will be removed in Dart Sass 3.0.0.

More info and automated migrator: https://sass-lang.com
/d/import


2 │           @import "src/styles/_mixins.scss";
  │                   ^^^^^^^^^^^^^^^^^^^^^^^^^

    src/components/Tooltip.svelte.vite-preprocess.scss 
2:19  root stylesheet

Deprecation Warning [import]: Sass @import rules are de
precated and will be removed in Dart Sass 3.0.0.

More info and automated migrator: https://sass-lang.com
/d/import


3 │           @import "src/styles/_variables.scss";
  │                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    src/components/Tooltip.svelte.vite-preprocess.scss 
3:19  root stylesheet

Deprecation Warning [legacy-js-api]: The legacy JS API 
is deprecated and will be removed in Dart Sass 2.0.0.

More info: https://sass-lang.com/d/legacy-js-api

Deprecation Warning [import]: Sass @import rules are de
precated and will be removed in Dart Sass 3.0.0.

More info and automated migrator: https://sass-lang.com
/d/import


2 │           @import "src/styles/_mixins.scss";
  │                   ^^^^^^^^^^^^^^^^^^^^^^^^^

    src/routes/setlist/[slug]/+page.svelte.vite-preproc
ess.scss 2:19  root stylesheet

Deprecation Warning [import]: Sass @import rules are de
precated and will be removed in Dart Sass 3.0.0.

More info and automated migrator: https://sass-lang.com
/d/import


3 │           @import "src/styles/_variables.scss";
  │                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    src/routes/setlist/[slug]/+page.svelte.vite-preproc
ess.scss 3:19  root stylesheet

Deprecation Warning [legacy-js-api]: The legacy JS API 
is deprecated and will be removed in Dart Sass 2.0.0.

More info: https://sass-lang.com/d/legacy-js-api

Deprecation Warning [import]: Sass @import rules are de
precated and will be removed in Dart Sass 3.0.0.

More info and automated migrator: https://sass-lang.com
/d/import


2 │           @import "src/styles/_mixins.scss";
  │                   ^^^^^^^^^^^^^^^^^^^^^^^^^

    src/components/Tooltip.svelte.vite-preprocess.scss 
2:19  root stylesheet

Deprecation Warning [import]: Sass @import rules are de
precated and will be removed in Dart Sass 3.0.0.

More info and automated migrator: https://sass-lang.com
/d/import


3 │           @import "src/styles/_variables.scss";
  │                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    src/components/Tooltip.svelte.vite-preprocess.scss 
3:19  root stylesheet

Deprecation Warning [legacy-js-api]: The legacy JS API 
is deprecated and will be removed in Dart Sass 2.0.0.

More info: https://sass-lang.com/d/legacy-js-api

Deprecation Warning [import]: Sass @import rules are de
precated and will be removed in Dart Sass 3.0.0.

More info and automated migrator: https://sass-lang.com
/d/import


2 │           @import "src/styles/_mixins.scss";
  │                   ^^^^^^^^^^^^^^^^^^^^^^^^^

    src/routes/stats/+page.svelte.vite-preprocess.scss 
2:19  root stylesheet

Deprecation Warning [import]: Sass @import rules are de
precated and will be removed in Dart Sass 3.0.0.

More info and automated migrator: https://sass-lang.com
/d/import


3 │           @import "src/styles/_variables.scss";
  │                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    src/routes/stats/+page.svelte.vite-preprocess.scss 
3:19  root stylesheet

Deprecation Warning [legacy-js-api]: The legacy JS API 
is deprecated and will be removed in Dart Sass 2.0.0.

More info: https://sass-lang.com/d/legacy-js-api

Deprecation Warning [import]: Sass @import rules are de
precated and will be removed in Dart Sass 3.0.0.

More info and automated migrator: https://sass-lang.com
/d/import


2 │           @import "src/styles/_mixins.scss";
  │                   ^^^^^^^^^^^^^^^^^^^^^^^^^

    src/routes/stats/+page.svelte.vite-preprocess.scss 
2:19  root stylesheet

Deprecation Warning [import]: Sass @import rules are de
precated and will be removed in Dart Sass 3.0.0.

More info and automated migrator: https://sass-lang.com
/d/import


3 │           @import "src/styles/_variables.scss";
  │                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    src/routes/stats/+page.svelte.vite-preprocess.scss 
3:19  root stylesheet

Deprecation Warning [legacy-js-api]: The legacy JS API 
is deprecated and will be removed in Dart Sass 2.0.0.

More info: https://sass-lang.com/d/legacy-js-api

Deprecation Warning [import]: Sass @import rules are de
precated and will be removed in Dart Sass 3.0.0.

More info and automated migrator: https://sass-lang.com
/d/import


2 │           @import "src/styles/_mixins.scss";
  │                   ^^^^^^^^^^^^^^^^^^^^^^^^^

    src/routes/guests/+page.svelte.vite-preprocess.scss
 2:19  root stylesheet

Deprecation Warning [import]: Sass @import rules are de
precated and will be removed in Dart Sass 3.0.0.

More info and automated migrator: https://sass-lang.com
/d/import


3 │           @import "src/styles/_variables.scss";
  │                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    src/routes/guests/+page.svelte.vite-preprocess.scss
 3:19  root stylesheet

Deprecation Warning [legacy-js-api]: The legacy JS API 
is deprecated and will be removed in Dart Sass 2.0.0.

More info: https://sass-lang.com/d/legacy-js-api

Deprecation Warning [import]: Sass @import rules are de
precated and will be removed in Dart Sass 3.0.0.

More info and automated migrator: https://sass-lang.com
/d/import


2 │           @import "src/styles/_mixins.scss";
  │                   ^^^^^^^^^^^^^^^^^^^^^^^^^

    src/routes/guests/+page.svelte.vite-preprocess.scss
 2:19  root stylesheet

Deprecation Warning [import]: Sass @import rules are de
precated and will be removed in Dart Sass 3.0.0.

More info and automated migrator: https://sass-lang.com
/d/import


3 │           @import "src/styles/_variables.scss";
  │                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    src/routes/guests/+page.svelte.vite-preprocess.scss
 3:19  root stylesheet

Deprecation Warning [legacy-js-api]: The legacy JS API 
is deprecated and will be removed in Dart Sass 2.0.0.

More info: https://sass-lang.com/d/legacy-js-api

Deprecation Warning [import]: Sass @import rules are de
precated and will be removed in Dart Sass 3.0.0.

More info and automated migrator: https://sass-lang.com
/d/import


2 │           @import "src/styles/_mixins.scss";
  │                   ^^^^^^^^^^^^^^^^^^^^^^^^^

    src/routes/setlists/+page.svelte.vite-preprocess.sc
ss 2:19  root stylesheet

Deprecation Warning [import]: Sass @import rules are de
precated and will be removed in Dart Sass 3.0.0.

More info and automated migrator: https://sass-lang.com
/d/import


3 │           @import "src/styles/_variables.scss";
  │                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    src/routes/setlists/+page.svelte.vite-preprocess.sc
ss 3:19  root stylesheet

Deprecation Warning [legacy-js-api]: The legacy JS API 
is deprecated and will be removed in Dart Sass 2.0.0.

More info: https://sass-lang.com/d/legacy-js-api

Deprecation Warning [import]: Sass @import rules are de
precated and will be removed in Dart Sass 3.0.0.

More info and automated migrator: https://sass-lang.com
/d/import


2 │           @import "src/styles/_mixins.scss";
  │                   ^^^^^^^^^^^^^^^^^^^^^^^^^

    src/routes/setlists/+page.svelte.vite-preprocess.sc
ss 2:19  root stylesheet

Deprecation Warning [import]: Sass @import rules are de
precated and will be removed in Dart Sass 3.0.0.

More info and automated migrator: https://sass-lang.com
/d/import


3 │           @import "src/styles/_variables.scss";
  │                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    src/routes/setlists/+page.svelte.vite-preprocess.sc
ss 3:19  root stylesheet

Deprecation Warning [legacy-js-api]: The legacy JS API 
is deprecated and will be removed in Dart Sass 2.0.0.

More info: https://sass-lang.com/d/legacy-js-api

Deprecation Warning [import]: Sass @import rules are de
precated and will be removed in Dart Sass 3.0.0.

More info and automated migrator: https://sass-lang.com
/d/import


2 │           @import "src/styles/_mixins.scss";
  │                   ^^^^^^^^^^^^^^^^^^^^^^^^^

    src/routes/songs/+page.svelte.vite-preprocess.scss 
2:19  root stylesheet

Deprecation Warning [import]: Sass @import rules are de
precated and will be removed in Dart Sass 3.0.0.

More info and automated migrator: https://sass-lang.com
/d/import


3 │           @import "src/styles/_variables.scss";
  │                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    src/routes/songs/+page.svelte.vite-preprocess.scss 
3:19  root stylesheet

Deprecation Warning [legacy-js-api]: The legacy JS API 
is deprecated and will be removed in Dart Sass 2.0.0.

More info: https://sass-lang.com/d/legacy-js-api

Deprecation Warning [import]: Sass @import rules are de
precated and will be removed in Dart Sass 3.0.0.

More info and automated migrator: https://sass-lang.com
/d/import


2 │           @import "src/styles/_mixins.scss";
  │                   ^^^^^^^^^^^^^^^^^^^^^^^^^

    src/routes/songs/+page.svelte.vite-preprocess.scss 
2:19  root stylesheet

Deprecation Warning [import]: Sass @import rules are de
precated and will be removed in Dart Sass 3.0.0.

More info and automated migrator: https://sass-lang.com
/d/import


3 │           @import "src/styles/_variables.scss";
  │                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    src/routes/songs/+page.svelte.vite-preprocess.scss 
3:19  root stylesheet

Deprecation Warning [legacy-js-api]: The legacy JS API 
is deprecated and will be removed in Dart Sass 2.0.0.

More info: https://sass-lang.com/d/legacy-js-api

Deprecation Warning [import]: Sass @import rules are de
precated and will be removed in Dart Sass 3.0.0.

More info and automated migrator: https://sass-lang.com
/d/import


2 │           @import "src/styles/_mixins.scss";
  │                   ^^^^^^^^^^^^^^^^^^^^^^^^^

    src/routes/venues/+page.svelte.vite-preprocess.scss
 2:19  root stylesheet

Deprecation Warning [import]: Sass @import rules are de
precated and will be removed in Dart Sass 3.0.0.

More info and automated migrator: https://sass-lang.com
/d/import


3 │           @import "src/styles/_variables.scss";
  │                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    src/routes/venues/+page.svelte.vite-preprocess.scss
 3:19  root stylesheet

Deprecation Warning [legacy-js-api]: The legacy JS API 
is deprecated and will be removed in Dart Sass 2.0.0.

More info: https://sass-lang.com/d/legacy-js-api

Deprecation Warning [import]: Sass @import rules are de
precated and will be removed in Dart Sass 3.0.0.

More info and automated migrator: https://sass-lang.com
/d/import


2 │           @import "src/styles/_mixins.scss";
  │                   ^^^^^^^^^^^^^^^^^^^^^^^^^

    src/routes/song/[slug]/+page.svelte.vite-preprocess
.scss 2:19  root stylesheet

Deprecation Warning [import]: Sass @import rules are de
precated and will be removed in Dart Sass 3.0.0.

More info and automated migrator: https://sass-lang.com
/d/import


3 │           @import "src/styles/_variables.scss";
  │                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    src/routes/song/[slug]/+page.svelte.vite-preprocess
.scss 3:19  root stylesheet

Deprecation Warning [legacy-js-api]: The legacy JS API 
is deprecated and will be removed in Dart Sass 2.0.0.

More info: https://sass-lang.com/d/legacy-js-api

Deprecation Warning [import]: Sass @import rules are de
precated and will be removed in Dart Sass 3.0.0.

More info and automated migrator: https://sass-lang.com
/d/import


2 │           @import "src/styles/_mixins.scss";
  │                   ^^^^^^^^^^^^^^^^^^^^^^^^^

    src/routes/song/[slug]/+page.svelte.vite-preprocess
.scss 2:19  root stylesheet

Deprecation Warning [import]: Sass @import rules are de
precated and will be removed in Dart Sass 3.0.0.

More info and automated migrator: https://sass-lang.com
/d/import


3 │           @import "src/styles/_variables.scss";
  │                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    src/routes/song/[slug]/+page.svelte.vite-preprocess
.scss 3:19  root stylesheet
Edited by Alexander