I am wondering if there is a SASS (not SCSS) version of Neat that I can download? The official website uses SCSS. Currently my entire existing app is using SASS, and I don't want to introduce another style format.
Or can I import external SCSS files into my existing SASS files?
UPDATE:
One thing I can do is convert SCSS into SASS by this:
sass-convert -R my_scss_dir --from scss --to sass