Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
041fee66
Commit
041fee66
authored
May 02, 2015
by
webchick
Browse files
Issue
#2481183
by davidhernandez: Quote tokens in theme .info.yml files
parent
b3cd8487
Changes
5
Hide whitespace changes
Inline
Side-by-side
core/modules/system/tests/themes/test_basetheme/test_basetheme.info.yml
View file @
041fee66
...
...
@@ -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
'
core/modules/system/tests/themes/test_subtheme/test_subtheme.info.yml
View file @
041fee66
...
...
@@ -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
'
core/modules/system/tests/themes/test_theme/test_theme.info.yml
View file @
041fee66
...
...
@@ -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
...
...
core/themes/bartik/bartik.info.yml
View file @
041fee66
...
...
@@ -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
:
...
...
core/themes/seven/seven.info.yml
View file @
041fee66
...
...
@@ -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
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment