🩹(demo) update stylesheet to use modern SASS
Replaced deprecated '@import' with '@use' to align with best practices.
This commit is contained in:
committed by
aleb_the_flash
parent
430f893645
commit
36eedc61c0
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user