@streamscloud/kit 0.0.1-1770761915192 → 0.0.1-1770808655497

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.
@@ -17,7 +17,7 @@ $browser-font-size: 16; // Default
17
17
 
18
18
  @function restrict-decimal-places($value, $places: 4) {
19
19
  $multiplier: math.pow(10, $places);
20
- @return calc(round($value * $multiplier) / $multiplier);
20
+ @return calc(math.round($value * $multiplier) / $multiplier);
21
21
  }
22
22
 
23
23
  @function invert-color($color, $alpha-override: null) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@streamscloud/kit",
3
- "version": "0.0.1-1770761915192",
3
+ "version": "0.0.1-1770808655497",
4
4
  "author": "StreamsCloud",
5
5
  "repository": {
6
6
  "type": "git",