Drupal 8 テーマを作成しようとしていますが、何をしてもスタイルシートがレンダリングされません。これが私の libraries.yml ファイルです。
global-styling:
version: VERSION
css:
theme:
css/layout.css: {}
ここに私の info.yml ファイルがあります:
name: My Test Blog
type: theme
description: 'My test theme description'
package: Custom
core: 8.x
libraries:
- MyTestBlog/global-styling
stylesheets-remove:
- '@classy/css/layout.css'
- core/assets/vendor/normalize-css/normalize.css
regions:
header: Header
content: Content
stylesheets:
all:
- css/style.css
何か案は?