【发布时间】:2023-03-29 01:17:01
【问题描述】:
我正在创建一个 drupal 主题,但 css 没有加载。
我已经清除了缓存,但它仍然没有加载。
我的info.yml
name: Waluigi
description: Just a test
type: theme
core: 8.x
libraries:
-waluigi/global-styling
我的libraries.yml
global-styling:
version: VERSION
css:
theme:
css/style.css: {}
样式表放在/themes/custom/waluigi/css
谁能告诉我我错过了什么?
【问题讨论】:
-
您收到错误消息还是只是没有加载?
-
不,只是没有加载。