scss.md
July 15, 2021 ยท View on GitHub
Bookmarks tagged [scss]
www.codever.land/bookmarks/t/scss
GitHub - pengwynn/sass-and-compass-in-action: Code samples for Sass and Compass in Action
https://github.com/pengwynn/sass-and-compass-in-action
Code samples for Sass and Compass in Action. Contribute to pengwynn/sass-and-compass-in-action development by creating an account on GitHub.
- tags: sass, scss, design-tools, code-snippets, learn-to-code
- :octocat: source code
Sass Documentation
http://sass-lang.com/documentation/file.SASS_REFERENCE.html
Sass is an extension of CSS that adds power and elegance to the basic language. It allows you to use variables, nested rules, mixins, inline imports, and more, all with a fully CSS-compatible syntax. ...
- tags: sass, scss, css, docs
- :octocat: source code