Issue #2481183 by davidhernandez: Quote tokens in theme .info.yml files
parent
b3cd848705
commit
041fee66ef
|
@ -6,4 +6,4 @@ core: 8.x
|
|||
libraries:
|
||||
- test_basetheme/global-styling
|
||||
stylesheets-remove:
|
||||
- @theme_test/css/base-remove.css
|
||||
- '@theme_test/css/base-remove.css'
|
||||
|
|
|
@ -7,5 +7,5 @@ base theme: test_basetheme
|
|||
libraries:
|
||||
- test_subtheme/global-styling
|
||||
stylesheets-remove:
|
||||
- @theme_test/css/sub-remove.css
|
||||
- @test_basetheme/base-add.sub-remove.css
|
||||
- '@theme_test/css/sub-remove.css'
|
||||
- '@test_basetheme/base-add.sub-remove.css'
|
||||
|
|
|
@ -15,7 +15,7 @@ version: VERSION
|
|||
base theme: classy
|
||||
core: 8.x
|
||||
stylesheets-remove:
|
||||
- @system/css/system.module.css
|
||||
- '@system/css/system.module.css'
|
||||
regions:
|
||||
content: Content
|
||||
left: Left
|
||||
|
|
|
@ -6,7 +6,7 @@ package: Core
|
|||
version: VERSION
|
||||
core: 8.x
|
||||
stylesheets-remove:
|
||||
- @classy/css/layout.css
|
||||
- '@classy/css/layout.css'
|
||||
libraries:
|
||||
- bartik/global-styling
|
||||
ckeditor_stylesheets:
|
||||
|
|
|
@ -10,7 +10,7 @@ libraries:
|
|||
- seven/global-styling
|
||||
stylesheets-remove:
|
||||
- core/assets/vendor/jquery.ui/themes/base/dialog.css
|
||||
- @classy/css/layout.css
|
||||
- '@classy/css/layout.css'
|
||||
quickedit_stylesheets:
|
||||
- css/components/quickedit.css
|
||||
regions:
|
||||
|
|
Loading…
Reference in New Issue