{"library":"sass-dev","title":"sass-dev","description":"sass-dev is a command-line tool that uses esbuild to dynamically compile Sass/SCSS files to CSS, designed for development workflows. Current stable version is 1.0.13. It supports watching directories and rebuilding on changes. Unlike full-featured build tools like Webpack or Gulp, sass-dev focuses solely on Sass compilation with minimal configuration, leveraging esbuild's speed. It is a lightweight alternative to node-sass or sass CLI, but offers no customization options like output style or source maps. Release cadence is low; maintained sporadically on GitHub. Not recommended for production use.","language":"javascript","status":"active","last_verified":"Fri May 01","install":{"commands":["npm install sass-dev"],"cli":{"name":"sass-dev","version":null}},"imports":[],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"// sass-dev is a CLI tool, not an importable module. To use it:\n// Install globally: npm install -g sass-dev\n// Then run in terminal:\nsass-dev .\n// Or specify paths:\nsass-dev src/styles dist/css\n// This will watch src/styles for .scss files and compile to dist/css.","lang":"javascript","description":"Installs globally and runs as a CLI command to watch and compile Sass files.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}