d3lm / ngx-drag-to-select

A lightweight, fast, configurable and reactive drag-to-select component for Angular 10 and beyond
https://www.npmjs.com/package/ngx-drag-to-select
MIT License
293 stars 64 forks source link

[Dependencies] Replace node-sass by dart-sass #131

Closed ennjin closed 3 years ago

ennjin commented 3 years ago

There're some advantages to get rid of node-sass

  1. node-sass is deprecated (https://sass-lang.com/blog/libsass-is-deprecated)
  2. It's required cpp compiler

The second point is important for developers using windows because there might be some troubles with MSBuild.

d3lm commented 3 years ago

Hey there! I totally agree that we should replace node-sass with sass. Thanks for the PR!