Fix Sass imports on the form index.{scss,sass}

Fixes #13123
This commit is contained in:
Bjørn Erik Pedersen 2024-12-10 13:33:27 +01:00 committed by GitHub
parent 7b69218489
commit 5ab38de363
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 30 additions and 24 deletions

View file

@ -109,6 +109,7 @@ func (t *toCSSTransformation) Transform(ctx *resources.ResourceTransformationCtx
"_%s.scss", "%s.scss",
"_%s.sass", "%s.sass",
"%s/_index.scss", "%s/_index.sass",
"%s/index.scss", "%s/index.sass",
}
}