File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -8,10 +8,7 @@ import { getScriptToRunAsap } from "../useIsDark/scriptToRunAsap";
88import { fontUrlByFileBasename } from "./zz_internal/fontUrlByFileBasename" ;
99import { getDefaultColorSchemeServerSide } from "./zz_internal/defaultColorScheme" ;
1010import { setLink , type RegisteredLinkProps } from "../link" ;
11- //NOTE: As of now there is no way to enforce ordering in Next Appdir
12- //See: https://github.com/vercel/next.js/issues/16630
13- // @import url(...) doesn't work. Using Sass and @use is our last resort.
14- import "../assets/dsfr_plus_icons.scss" ;
11+ import "../assets/dsfr_plus_icons.css" ;
1512
1613export type DsfrHeadProps = {
1714 /** If not provided no fonts are preloaded.
You can’t perform that action at this time.
0 commit comments