Skip to content

Commit 34dd0f5

Browse files
cleaned css file names
1 parent cf41375 commit 34dd0f5

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

src/lib/assets/css/govuk-frontend.min.css.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/lib/components_base.css

Lines changed: 0 additions & 2 deletions
This file was deleted.

src/lib/components_global.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
@import "./assets/css/moj-frontend.min.css";
2+
@import "./assets/css/govuk-frontend.min.css";

src/lib/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// this file is auto-generated — do not edit by hand
2-
import "$lib/components_base.css";
2+
import "$lib/components_global.css";
33

44
export { default as InsetText } from './components/content/InsetText.svelte';
55
export { default as WarningText } from './components/content/WarningText.svelte';

0 commit comments

Comments
 (0)