This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Patterns
Copy and Pasting CSS from Blog Posts is LAME
Not all compass plugins are “CSS Frameworks”. They can be full page designs or collections of widgets complete with images and corresponding javascript files. Patterns allow for splitting designs into three parts:
- Core style support as mixins that can be customized. For example: the blueprint buttons module
- An editable stylesheet that uses those mixins and documents how they can be customized. There could also be some editable files provided as well, like html, html, or rhtml that demonstrate how to combine those styles with markup. For an example: the blueprint buttons template
- Static assets like images and javascript files.
Where it makes sense, users can stamp out patterns as many times as they like and give them different names when they do.
Read More:






