Distribute on apt
How come dart sass is available on both brew and choco, but not apt? If there is no plans to put it up there, I think the instructions for installing sass on a linux command line could be made a bit more specific.
Apt represents a much much smaller segment of our user base than Homebrew and Chocolatey. It only targets a subset of Linux users, and Linux is already the least-represented operating system among our users. That said, if you (or someone else) wants to add support, I'm not opposed.
I was thinking of using native dart on CI because CI build seconds (eventually or right from the start) do cost money. Remix framework is reviving the old-school ways of writing primal CSS; (some) people are stepping back from css-in-js and Tailwind. It would be very handy if Sass website installation instructions had some solution of how to get dart sass on terminal-only Linux.
@traed Were you thinking to use a CI or a real desktop Linux like Ubuntu? I'm trying to scope the user requirements =)
At the time of writing I was thinking of CI. However, we have transitioned into using sass via node since it integrates with the rest of the frontend build tools we're using nowadays.