Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1.34 KB

scss.md

File metadata and controls

18 lines (15 loc) · 1.34 KB

Bookmarks tagged [scss]

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.


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. ...