Revert "DEV: Dart Sass deprecation (#150)" (#151)

This reverts commit 1834095b23.
This commit is contained in:
Rafael dos Santos Silva 2023-02-07 18:33:31 -03:00 committed by GitHub
parent 1834095b23
commit bb99a9a66a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 8 deletions

View File

@ -1,5 +1,3 @@
@use "sass:math";
.subscription-campaign-sidebar {
#main-outlet
.container.list-container
@ -331,10 +329,11 @@ $sidebar-box-shadow2: ();
@for $i from 0 through $particles {
$box-shadow: $box-shadow,
random($width)-$width *
0.5 +
random($width)-$width /
2 +
px
random($height)-math.div($height, 1.2) +
random($height)-$height /
1.2 +
px
hsl(random(360), 100, 50);
$box-shadow2: $box-shadow2, 0 0 #fff;
@ -342,10 +341,11 @@ $sidebar-box-shadow2: ();
@for $i from 0 through $sidebar-particles {
$sidebar-box-shadow: $sidebar-box-shadow,
random($sidebar-width)-$sidebar-width *
0.5 +
random($sidebar-width)-$sidebar-width /
2 +
px
random($sidebar-height)-math.div($sidebar-height, 1.2) +
random($sidebar-height)-$sidebar-height /
1.2 +
px
hsl(random(360), 100, 50);
$sidebar-box-shadow2: $sidebar-box-shadow2, 0 0 #fff;