{"library":"scss-compile","title":"scss-compile","description":"A minimal npm package that provides a CLI wrapper around node-sass for compiling SCSS to CSS. Version 0.1.7, last published in 2016. It is essentially a thin script that runs 'node-sass -rw' with hardcoded default paths (assets/scss -> assets/css). There is no active development or maintenance; it is functionally equivalent to using node-sass directly. Not recommended for new projects; prefer 'sass' (Dart Sass) or node-sass directly.","language":"javascript","status":"deprecated","last_verified":"Fri May 01","install":{"commands":["npm install scss-compile"],"cli":{"name":"scss-compile","version":null}},"imports":["npx scss-compile","\"scripts\": { \"scss-compile\": \"scss-compile\" }","npm install -g scss-compile && scss-compile"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"npm install -g node-sass scss-compile\nmkdir -p assets/scss\necho '$primary: #333; body { color: $primary; }' > assets/scss/style.scss\nscss-compile\n# Note: this runs node-sass -rw assets/scss -o assets/css indefinitely (watch mode). Press Ctrl+C to stop.","lang":"shell","description":"Installs scss-compile and node-sass globally, creates a sample SCSS file, and runs the compiler in watch mode to output CSS to assets/css.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}