🩹(demo) update stylesheet to use modern SASS

Replaced deprecated '@import' with '@use' to align with best practices.
This commit is contained in:
Lebaud Antoine
2023-10-09 20:09:03 +02:00
committed by aleb_the_flash
parent 430f893645
commit 36eedc61c0

View File

@@ -1,7 +1,7 @@
@import "@openfun/cunningham-react/sass/fonts";
@import "@openfun/cunningham-react/sass/icons";
@import "@openfun/cunningham-react/style";
@import "cunningham-tokens";
@use "@openfun/cunningham-react/sass/fonts";
@use "@openfun/cunningham-react/sass/icons";
@use "@openfun/cunningham-react/style";
@use "cunningham-tokens";
:root {
font-family: Roboto, sans-serif;