Skip to content

Commit 0e4b72f

Browse files
committed
Reverse CDN starterkit changes since it doesn't actually extend framework
Issue #2943967 by markcarver: Starterkits don't add framework assets properly Signed-off-by: Mark Carver <[email protected]>
1 parent b4de383 commit 0e4b72f

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
framework:
1+
global-styling:
22
css:
33
theme:
44
css/style.css: {}

starterkits/cdn/THEMENAME.starterkit.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,5 @@ regions:
1919
page_top: 'Page top'
2020
page_bottom: 'Page bottom'
2121

22-
libraries-extend:
23-
bootstrap/framework:
24-
- THEMENAME/framework
22+
libraries:
23+
- 'THEMENAME/global-styling'

0 commit comments

Comments
 (0)