Skip to content

Conversation

@sato11
Copy link

@sato11 sato11 commented Mar 7, 2025

The change had once been created at 67264ff after which another cleanup commit at 24d3a1f undid it, bringing this original error back:

% sass dist/css/tom-select.css
Error: 6px and 0 are incompatible.
   ╷
29 │   padding: calc(8px - 2px - 0) 8px calc(8px - 2px - 3px - 0);
   │                 ^^^^^^^^^^^^^
   ╵
  dist/css/tom-select.css 29:17  root stylesheet

This patch redoes it to once again fix what Dart Sass flags as error.

Closes #897

The change had once been created at 67264ff
after which another cleanup commit at 24d3a1f
undid it, bringing this original error back:

```
% sass dist/css/tom-select.css
Error: 6px and 0 are incompatible.
   ╷
29 │   padding: calc(8px - 2px - 0) 8px calc(8px - 2px - 3px - 0);
   │                 ^^^^^^^^^^^^^
   ╵
  dist/css/tom-select.css 29:17  root stylesheet
```

This patch redoes it to once again fix what Dart Sass flags as error.
@ericscales
Copy link

@nwalters512 what's needed to get this one merged?

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.

[Bug]: Unable to let Dart Sass compile "dist/css/tom-select.css"

2 participants