Provides comprehensive guidance for Dart Sass including Sass syntax, compilation, mixins, functions, and best practices. Use when the user asks about Dart Sass, needs to compile Sass to CSS, use Sass features, or work with Sass in projects.
View on GitHubpartme-ai/full-stack-skills
development-skills-utils
February 1, 2026
Select agents to install to:
npx add-skill https://github.com/partme-ai/full-stack-skills/blob/main/skills/dart-sass/SKILL.md -a claude-code --skill dart-sassInstallation paths:
.claude/skills/dart-sass/## When to use this skill Use this skill whenever the user wants to: - Install and configure Dart Sass - Compile Sass/SCSS files to CSS - Use Sass syntax features (variables, nesting, mixins, functions, etc.) - Work with Sass modules and imports - Integrate Sass into build tools or workflows - Use Sass CLI commands - Configure Sass compilation options - Use Sass in JavaScript or Dart projects - Optimize Sass compilation performance - Handle Sass source maps ## How to use this skill To use Dart Sass: 1. **Install Dart Sass**: - Load `examples/getting-started/installation.md` for installation instructions - Load `examples/getting-started/basic-usage.md` for basic usage examples - Load `examples/getting-started/compiling-modes.md` for different compilation modes 2. **Learn Sass syntax**: - Load `examples/syntax/variables.md` for variable usage - Load `examples/syntax/nesting.md` for nesting syntax - Load `examples/syntax/mixins.md` for mixins - Load `examples/syntax/functions.md` for functions - Load `examples/syntax/operators.md` for operators - Load `examples/syntax/at-rules.md` for at-rules 3. **Use advanced features**: - Load `examples/features/modules.md` for module system - Load `examples/features/imports.md` for imports - Load `examples/features/control-flow.md` for control flow - Load `examples/features/built-in-modules.md` for built-in modules - Load `examples/features/source-maps.md` for source maps - Load `examples/features/custom-functions.md` for custom functions 4. **Reference the API documentation** when needed: - `api/js-api.md` - JavaScript API reference - `api/dart-api.md` - Dart API reference - `api/cli-api.md` - CLI command reference 5. **Use templates** for quick start: - `templates/basic-project.md` - Basic Sass project template - `templates/modular-project.md` - Modular Sass project template - `templates/build-integration.md` - Build tool integration template ### Doc mapping