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

feat(lib): replace node-sass by dart-sass #132

Closed ennjin closed 3 years ago

ennjin commented 3 years ago

Closes #131

d3lm commented 3 years ago

Thanks for the PR! Can you update the lock file as well? CI fails because of that.

ennjin commented 3 years ago

Thanks for the PR! Can you update the lock file as well? CI fails because of that.

Done 👍

ennjin commented 3 years ago

Hmm, lint has been failed. Does format:fix command fix it?

d3lm commented 3 years ago

I ll give it a spin locally and see if I can find out what's causing this.

d3lm commented 3 years ago

Ok, I fixed CI. Can you rebase your PR on master? That should fix the issue with the linting stage.

ennjin commented 3 years ago

@d3lm I've pushed

d3lm commented 3 years ago

Merged! Thanks for this PR 🙏 🎉