File tree Expand file tree Collapse file tree 2 files changed +21
-9
lines changed
packages/~/app/layout/src/__snapshots__ Expand file tree Collapse file tree 2 files changed +21
-9
lines changed Original file line number Diff line number Diff line change @@ -46,9 +46,13 @@ exports[`Main Layout 1`] = `
46
46
<!-- -->
47
47
48
48
<link
49
- rel = " stylesheet"
50
- href = " /node_modules/@gouvfr/dsfr/dist/dsfr/dsfr.min.css"
51
- />
49
+ rel = " stylesheet"
50
+ href = " /node_modules/@gouvfr/dsfr/dist/dsfr/dsfr.min.css"
51
+ />
52
+ <link
53
+ rel = " stylesheet"
54
+ href = " /node_modules/@gouvfr/dsfr/dist/utility/utility.min.css"
55
+ />
52
56
53
57
<!-- -->
54
58
Original file line number Diff line number Diff line change @@ -46,9 +46,13 @@ exports[`development 1`] = `
46
46
<!-- -->
47
47
48
48
<link
49
- rel = " stylesheet"
50
- href = " /assets/ASSETS_PATH/node_modules/@gouvfr/dsfr/dist/dsfr/dsfr.css"
51
- />
49
+ rel = " stylesheet"
50
+ href = " /assets/ASSETS_PATH/node_modules/@gouvfr/dsfr/dist/dsfr/dsfr.css"
51
+ />
52
+ <link
53
+ rel = " stylesheet"
54
+ href = " /assets/ASSETS_PATH/node_modules/@gouvfr/dsfr/dist/utility/utility.min.css"
55
+ />
52
56
53
57
<!-- -->
54
58
@@ -204,9 +208,13 @@ exports[`production 1`] = `
204
208
<!-- -->
205
209
206
210
<link
207
- rel = " stylesheet"
208
- href = " /assets/ASSETS_PATH/node_modules/@gouvfr/dsfr/dist/dsfr/dsfr.css"
209
- />
211
+ rel = " stylesheet"
212
+ href = " /assets/ASSETS_PATH/node_modules/@gouvfr/dsfr/dist/dsfr/dsfr.css"
213
+ />
214
+ <link
215
+ rel = " stylesheet"
216
+ href = " /assets/ASSETS_PATH/node_modules/@gouvfr/dsfr/dist/utility/utility.min.css"
217
+ />
210
218
211
219
<!-- -->
212
220
You can’t perform that action at this time.
0 commit comments