How to Start
Learning Resources
Setup
- Use a browser and compile your sass using any of this tools:
- libsass - C/C++ implementation of a Sass compiler.
- node-sass - Node.js bindings to libsass.
- dart-sass - Dart implementation of Sass.
- SassDoc - Documentation system (like JSDoc for JavaScript) to build pretty and powerful docs in the blink of an eye.
- sass-loader - Sass loader for webpack.
- libsass-python - Binding of libsass for Python.
Coding Style
Linters
- stylelint - A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.
- Sass Lint - A Node-only Sass linter for both sass and scss syntax!
Stay Updated
Recommendations (books, links, packages, etc.)