๐ From /home/chedong/.local/share/rdoc
| Use Case | Command | Description |
|---|---|---|
| ๐ Compile SCSS to CSS | sass input.scss output.css |
Compiles a single SCSS file to CSS |
| ๐๏ธ Watch for changes | sass --watch input.scss:output.css |
Automatically recompiles on file changes |
| ๐จ Set output style | sass --style compressed input.scss output.css |
Minified CSS output (also: expanded, nested, compact) |
| ๐ Compile entire directory | sass scss/:css/ |
Compiles all .scss files in a directory to .css in another |
| ๐ Source map generation | sass --source-map input.scss output.css |
Generates a source map for debugging |
| ๐งช Check syntax | sass --check input.scss |
Validates SCSS syntax without compiling |
Generated by phpman v4.9.26-1-g511901d · Markdown · JSON · MCP Author: Che Dong Under GNU General Public License
2026-07-27 15:24 @216.73.216.194
CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Enhanced by LLM: deepseek-v4-flash / taotoken.net / www.chedong.com - original format