Skip to content

Redo adding units to 0 values #898

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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

Verified

This commit was signed with the committer’s verified signature.
sato11 Junichi Sato
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.
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"
1 participant