Merge pull request #5375 from bytrangle/fix_wrong-stylesheet-import

fix: Wrong Global Stylesheet Import
This commit is contained in:
Johannes Millan 2025-10-28 20:19:24 +01:00 committed by GitHub
commit 16efca895a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,4 @@
@use 'styles/globals' as *;
@use '../../../../styles/_globals.scss' as *;
// Folder expand/collapse icon animation
.folder-icon {