Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(packages/sui-bundler): upgrade sass dep to 1.52.3 #1426

Merged
merged 1 commit into from
Jun 9, 2022

Conversation

jordevo
Copy link
Contributor

@jordevo jordevo commented Jun 9, 2022

Description

Latest upgrade to sass 1.52.2 was causing an error on our builds:

[1]  @use 'sass:math';$home-categories-base-path: '/home-categories/coches/';
[2]  // Deprecated (sui-theme V7)
[3]  
[4]  
[5]  $m-base: 8px !default;
[6]  $m-v: ceil($m-base); // 8px
[7]  $m-h: $m-base * 2; // 16px
[8]  $m-v-xsmall: ceil(math.div($m-v, 3)); // 3px
[9]  $m-h-xsmall: ceil(math.div($m-h, 3)); // 8px
[10] $m-v-small: ceil($m-v * 0.5); // 4px
----------------------------------------
Error: RangeError: Invalid value: Not in inclusive range 0..128: -1

Related Issue

This one on the dart-sass project.

Example

@jordevo jordevo merged commit 828ac7a into master Jun 9, 2022
@jordevo jordevo deleted the chore-sui-bundler-upgrade-sass-dep branch June 9, 2022 16:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants