patricktran / react-table-hoc-draggable-columns

ReactTable HOC for draggable columns
https://patricktran.github.io/react-table-hoc-draggable-columns/
MIT License
28 stars 24 forks source link

Migrate Node Sass Dependency to Dart Sass #37

Open curt-mitch opened 3 years ago

curt-mitch commented 3 years ago

The Node Sass library has been deprecated as of October 2020. Also, keeping the Node Sass dependency to version 4.x requires users to run older versions of Node.js.

Per the recommendation of the Sass team (https://sass-lang.com/blog/libsass-is-deprecated#how-do-i-migrate), would it be possible to migrate to a current version of the Dart Sass library?