foundation / foundation-sites

The most advanced responsive front-end framework in the world. Quickly create prototypes and production code for sites that work on any kind of device.
https://get.foundation
MIT License
29.66k stars 5.48k forks source link

Support dart sass #12493

Closed valentinsenm closed 1 month ago

valentinsenm commented 2 years ago

What is missing?

Compatibility with dart-sass.

What is wrong now ?

Using dart-sass, I get a lot of warnings (which you can choose to quiet with --quiet-deps). But it would be nice to be able to use it and know that it will work in the future too.

Context

Both node-sass and ruby-sass is now deprecated and recommends switching to use dart-sass instead. Additionally, node-sass doesn't support mac's arm64, so people with newer macs simply aren't able to build anything with it.

Your Environment

Foundation 6.7.5 Sass 1.55.0

Checklist

stephanebastian commented 1 year ago

I could provide a pull request if the project is still maintained and PR are merged (which is not what it looks since the last merge goes back to July 2022)