Difference between revisions of "Compass (stylesheet framework)"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(External links)
Line 22: Line 22:
  
 
* [http://compass-style.org/ Official website]
 
* [http://compass-style.org/ Official website]
 +
* [http://compass-style.org/reference/compass/ Compass reference] @ compass-style.org
 +
* [http://compass-style.org/help/tutorials/ Compass tutorials] @ compass-style.org
  
 
[[Category:Web design and development]]
 
[[Category:Web design and development]]

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