File tree Expand file tree Collapse file tree 6 files changed +17
-27
lines changed
Expand file tree Collapse file tree 6 files changed +17
-27
lines changed Original file line number Diff line number Diff 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' ,
Original file line number Diff line number Diff line change 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 ;
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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' ;
Original file line number Diff line number Diff line change 1- // Settings
2- @import ' ./variables' ;
1+
32
43// Tools
54@import ' ../../node_modules/nhsuk-frontend/packages/core/tools/all' ;
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments