Difference between revisions of "Compass (stylesheet framework)"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(External links)
(External links)
Line 28: Line 28:
 
* [http://thesassway.com/beginner/getting-started-with-sass-and-compass Getting Started with Sass and Compass] @ thesassway.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
 
* [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
 
+
* [http://mashable.com/2011/06/14/compass-css-guide/#z1PljeVGPGq5 HOW TO: Get Started With the COMPASS CSS Framework] @ mashable.com
 +
* [http://www.lohmeyer.rocks/blog/2012/06/01/00156-using-sasscompass-windows-mac-css-web-design Using Sass/Compass On Windows & Mac For CSS Web Design] @ lohmeyer.rocks
  
 
[[Category:Web design and development]]
 
[[Category:Web design and development]]

Revision as of 14:41, 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