Skip to content

Commit 79af495

Browse files
authored
Merge pull request #4726 from uswds/al-normalize-reorder
USWDS - global: Fix normalize.css precedence
2 parents 0fb9caa + 80797cf commit 79af495

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/uswds-global/_index.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1+
@forward "uswds-elements/lib/normalize";
12
@forward "uswds-core";
23
@forward "uswds-fonts";
3-
@forward "uswds-elements/lib/normalize";
44
@forward "uswds-elements";
55
@forward "uswds-helpers";
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Global
22
// -------------------------------------
3-
@forward "uswds-core";
43
@forward "uswds-elements/lib/normalize";
4+
@forward "uswds-core";
55
@forward "uswds-elements";
66
@forward "uswds-helpers";

0 commit comments

Comments
 (0)