Skip to content

Commit 8349878

Browse files
committed
Removed sccs change]
1 parent eda0828 commit 8349878

File tree

6 files changed

+17
-27
lines changed

6 files changed

+17
-27
lines changed

.storybook/preview.mts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ const preview: Preview = {
1010
'Welcome',
1111
'Migration Guides',
1212
'Form Elements',
13-
'Extensions',
1413
'Content Presentation',
1514
'Navigation',
1615
'Layout',

.storybook/storybook.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// Allow current nhsuk styles to override legacy
22
@import '../node_modules/nhsuk-frontend/packages/nhsuk.scss';
33
@import '../src/styles/core.scss';
4-
@import '../src/styles/variables.scss';
54

65
.tag-wrapper {
76
display: flex;

src/styles/all.scss

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
// SubNavigation Component
2-
// @use '../components/sub-navigation/SubNavigation';
2+
@use '../components/sub-navigation/SubNavigation';
33

44
// Tag Component
5-
// @use '../components/tag/Tag';
5+
@use '../components/tag/Tag';
66

77
// Mobile SCRa Components
8-
// @use '../components/accordion-menu/AccordionMenu';
9-
// @use '../components/tab-set/TabSet';
10-
// @use '../components/tooltip/Tooltip';
11-
// @use '../components/ribbon-link/RibbonLink';
12-
// @use '../components/timeline/Timeline';
8+
@use '../components/accordion-menu/AccordionMenu';
9+
@use '../components/tab-set/TabSet';
10+
@use '../components/tooltip/Tooltip';
11+
@use '../components/ribbon-link/RibbonLink';
12+
@use '../components/timeline/Timeline';
1313

14-
// @use '../components/header-with-logo/headerWithLogo'
14+
@use '../components/header-with-logo/headerWithLogo'
1515

src/styles/components.scss

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
// SubNavigation Component
2-
// @use '../components/sub-navigation/SubNavigation';
2+
@use '../components/sub-navigation/SubNavigation';
33

44
// Tag Component
5-
// @use '../components/tag/Tag';
5+
@use '../components/tag/Tag';
66

77
// Mobile SCRa Components
8-
// @use '../components/accordion-menu/AccordionMenu';
9-
// @use '../components/tab-set/TabSet';
10-
// @use '../components/tooltip/Tooltip';
11-
// @use '../components/ribbon-link/RibbonLink';
12-
// @use '../components/timeline/Timeline';
8+
@use '../components/accordion-menu/AccordionMenu';
9+
@use '../components/tab-set/TabSet';
10+
@use '../components/tooltip/Tooltip';
11+
@use '../components/ribbon-link/RibbonLink';
12+
@use '../components/timeline/Timeline';
1313

14-
// @use '../components/header-with-logo/headerWithLogo';
14+
@use '../components/header-with-logo/headerWithLogo';

src/styles/core.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
// Settings
2-
@import './variables';
1+
32

43
// Tools
54
@import '../../node_modules/nhsuk-frontend/packages/core/tools/all';

src/styles/variables.scss

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

0 commit comments

Comments
 (0)