added dependencies

This commit is contained in:
2025-10-09 12:12:52 +02:00
parent ba392a1587
commit dbd3ba6270
730 changed files with 137937 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
// stylelint-disable declaration-no-important
.shadow-sm { box-shadow: $box-shadow-sm !important; }
.shadow { box-shadow: $box-shadow !important; }
.shadow-lg { box-shadow: $box-shadow-lg !important; }
.shadow-none { box-shadow: none !important; }