@dscout/particle 1.0.0-alpha.1 → 1.0.0-alpha.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -11,8 +11,8 @@
11
11
  .Row {
12
12
  display: flex;
13
13
  flex-wrap: wrap;
14
- margin-left: calc(var(--Row____column-gap) / -2);
15
- margin-right: calc(var(--Row____column-gap) / -2);
14
+ margin-left: calc(-1 * var(--Row____column-gap) / 2);
15
+ margin-right: calc(-1 * var(--Row____column-gap) / 2);
16
16
 
17
17
  @for $num from 1 through 10 {
18
18
  @for $dem from $num through 10 {
@@ -38,4 +38,4 @@
38
38
 
39
39
  .Row--column-gap--default {
40
40
  --Row____column-gap: 2em;
41
- }
41
+ }
@@ -11,7 +11,7 @@
11
11
  $color--gray-6: #fafafa,
12
12
 
13
13
  /* Shadows */
14
- $shadow--s: 0 .125em 1 rgba(var(--color--main-rgb), .08),
14
+ $shadow--s: 0 .125em 1em rgba(var(--color--main-rgb), .08),
15
15
  $shadow--m: 0 .25em 2em rgba(var(--color--main-rgb), .12),
16
16
  $shadow--l: 0 .375em 3em rgba(var(--color--main-rgb), .16),
17
17
  $shadow--xl: 0 .5em 4em rgba(var(--color--main-rgb), .24),