Difference between revisions of "Compass (stylesheet framework)"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(External links)
(External links)
Line 24: Line 24:
 
* [http://compass-style.org/reference/compass/ Compass reference] @ compass-style.org
 
* [http://compass-style.org/reference/compass/ Compass reference] @ compass-style.org
 
* [http://compass-style.org/help/tutorials/ Compass tutorials] @ compass-style.org
 
* [http://compass-style.org/help/tutorials/ Compass tutorials] @ compass-style.org
 +
* [http://www.hongkiat.com/blog/saas-compass/ Syntactically Awesome Stylesheets: Using Compass in Sass] @ hongkiat.com
  
 
[[Category:Web design and development]]
 
[[Category:Web design and development]]

Revision as of 10:30, 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