Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

Commit

Permalink
fix: css on load
Browse files Browse the repository at this point in the history
  • Loading branch information
maxgfr committed Feb 17, 2022
1 parent 3f4442e commit d0c924c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 18 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
},
"dependencies": {
"@dataesr/react-dsfr": "^1.0.2",
"@gouvfr/dsfr": "^1.3.1",
"next": "12.0.9",
"next-seo": "^5.1.0",
"react": "17.0.2",
Expand Down
2 changes: 1 addition & 1 deletion pages/_app.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import "../styles/globals.css";
import "@gouvfr/dsfr/dist/dsfr/dsfr.min.css";
import type { AppProps } from "next/app";
import { Layout } from "@components";
import {
Expand Down
16 changes: 0 additions & 16 deletions styles/globals.css

This file was deleted.

2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@
minimatch "^3.0.4"
strip-json-comments "^3.1.1"

"@gouvfr/dsfr@1.3.1":
"@gouvfr/dsfr@1.3.1", "@gouvfr/dsfr@^1.3.1":
version "1.3.1"
resolved "https://registry.yarnpkg.com/@gouvfr/dsfr/-/dsfr-1.3.1.tgz#fdee185b0fa84c930120a2ea46626462786dd455"
integrity sha512-11TYlm2nqJVN7VezjManBNUy/O3o/nJ5X9F1N6wkstf0x0N6Ucmtys4yTCPdC036AHqQj7X3v/OwIuvSUDOx5A==
Expand Down

0 comments on commit d0c924c

Please sign in to comment.