Difference between revisions of "Compass (stylesheet framework)"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) (Created page with "'''Compass''' is an open-source CSS authoring framework which works with Sass (stylesheet language). == See also == * Cascading Style Sheets...") |
Karl Jones (Talk | contribs) |
||
Line 1: | Line 1: | ||
'''Compass''' is an open-source [[Cascading Style Sheets|CSS]] authoring framework which works with [[Sass (stylesheet language)]]. | '''Compass''' is an open-source [[Cascading Style Sheets|CSS]] authoring framework which works with [[Sass (stylesheet language)]]. | ||
+ | |||
+ | == Description == | ||
+ | |||
+ | Benefits of Compass: | ||
+ | |||
+ | * Cleaner markup without presentational classes. | ||
+ | * Reusable patterns. | ||
+ | * Easy creation of [[Sprite (CSS)|sprites]]. | ||
+ | * Mixins make CSS3 easy. | ||
+ | * Create beautiful typographic rhythms. | ||
+ | * Download and create extensions with ease. | ||
== See also == | == See also == | ||
Line 6: | Line 17: | ||
* [[Dynamic Cascading Style Sheets]] | * [[Dynamic Cascading Style Sheets]] | ||
* [[Sass (stylesheet language)]] | * [[Sass (stylesheet language)]] | ||
+ | * [[Sprite (CSS)]] | ||
== External links == | == External links == |
Revision as of 09:47, 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.