Difference between revisions of "Compass (stylesheet framework)"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(External links)
(External links)
Line 26: Line 26:
 
* [http://compass-style.org/help/tutorials/best_practices/ Compass best practices] @ compass-style.org
 
* [http://compass-style.org/help/tutorials/best_practices/ Compass best practices] @ compass-style.org
 
* [http://www.hongkiat.com/blog/saas-compass/ Syntactically Awesome Stylesheets: Using Compass in Sass] @ hongkiat.com
 
* [http://www.hongkiat.com/blog/saas-compass/ Syntactically Awesome Stylesheets: Using Compass in Sass] @ hongkiat.com
 +
* [http://thesassway.com/beginner/getting-started-with-sass-and-compass Getting Started with Sass and Compass] @ thesassway.com
 +
* [https://blog.gaya.ninja/articles/how-to-start-using-sass-and-compass-in-10-minutes/ How to start using Sass and Compass in 10 minutes] @ blog.gaya.ninja
 +
  
 
[[Category:Web design and development]]
 
[[Category:Web design and development]]

Revision as of 13:19, 16 August 2016

Compass is an open-source CSS authoring framework which works with Sass (stylesheet language).

Description

Benefits of Compass:

  • Cleaner markup without presentational classes.
  • Reusable patterns.
  • Easy creation of sprites.
  • Mixins make CSS3 easy.
  • Create beautiful typographic rhythms.
  • Download and create extensions with ease.

See also

External links