Issue #2481183 by davidhernandez: Quote tokens in theme .info.yml files

8.0.x
webchick 2015-05-02 16:09:39 -07:00
parent b3cd848705
commit 041fee66ef
5 changed files with 6 additions and 6 deletions

View File

@ -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'

View File

@ -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'

View File

@ -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

View File

@ -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:

View File

@ -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: