File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1+
2+ @use ' ../dsfr/utility/icons/icons.min.css' ;
3+ @use ' ../dsfr/dsfr.min.css' ;
Original file line number Diff line number Diff line change @@ -7,7 +7,10 @@ import FaviconSvg from "../dsfr/favicon/favicon.svg";
77import FaviconIco from "../dsfr/favicon/favicon.ico" ;
88import { getScriptToRunAsap } from "../useIsDark/scriptToRunAsap" ;
99import { fontUrlByFileBasename } from "./fontUrlByFileBasename" ;
10- import "../assets/dsfr_plus_icons.css" ;
10+ //NOTE: As of now there is no way to enforce ordering in Next Appdir
11+ //See: https://github.com/vercel/next.js/issues/16630
12+ // @import url(...) doesn't work. Using Sass and @use is our last resort.
13+ import "../assets/dsfr_plus_icons.scss" ;
1114
1215export type DsfrHeadProps = {
1316 defaultColorScheme : ColorScheme | "system" ;
You can’t perform that action at this time.
0 commit comments