node‑sass‑import is a custom importer for **node‑sass** that lets you write SCSS `@import` statements the same way you `require` npm packages—e.g., `@import "some-sass‑module"`—by recursively resolving files from the project’s own directories and from `node_modules` using npm’s module‑resolution algorithm (no leading `~` needed). It’s aimed at front‑end developers and build engineers who compile Sass with node‑sass and want a simpler, npm‑style import workflow for shared style libraries.
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
Allows recursive import of SCSS components from local and/or node_modules directories using npm's module resolving algorithm.