I am creating a drupal theme but the css is not loading.
I already cleared the cache but it's still not loading.
My info.yml
name: Waluigi
description: Just a test
type: theme
core: 8.x
libraries:
-waluigi/global-styling
My libraries.yml
global-styling:
version: VERSION
css:
theme:
css/style.css: {}
The stylesheet is placed at /themes/custom/waluigi/css
Can somebody tell me what I am missing?