reedsy / quill-cursors

A multi cursor module for Quill text editor.
MIT License
250 stars 53 forks source link

➕ Move to `sass` #63

Closed alecgibson closed 3 years ago

alecgibson commented 3 years ago

The node-sass library is deprecated, so this change moves us to Dart Sass (sass).

However, sass itself has deprecated using / for division, so we also remove usage of that.