Seg

Results 25 comments of Seg

> Yes! I would love that. If you know how to automate that a PR would be very much appreciated. 😁👍 With all due respect, I don't think you understand...

Spent the entire day only to discover this is a known and unaddressed bug. The problem with all spaces becoming ` ` is that it completely breaks pervious word wrapping. It's...

> [@frederikhors](https://github.com/frederikhors) > Well, "correct" is literally there in [@KyeRussell](https://github.com/KyeRussell) 's [question](https://github.com/slab/quill/issues/4509#issuecomment-2612664830), I just reused that wording when answering it. And I beg to disagree, there's an intended way to...

A note that Vite v6 now [defaults to SASS Modern API by default](https://vite.dev/guide/migration.html#sass-now-uses-modern-api-by-default). While adding `api: "legacy"` helps, Vite v7 will remove this functionality entirely. With the current pace of...

Some context on the change: There is developing support for [`if()` natively in CSS](https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Values/if), which creates a conundrum for SCSS `if()`. There is [a migration approach with the existing `if()`](https://sass-lang.com/documentation/breaking-changes/if-function/)....