-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Patterns
chriseppstein edited this page Sep 13, 2010
·
11 revisions
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. For 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: