Description
Enables styling your Griffon application with CSS using CSSBuilder.
Installation
The current version of griffon-css-builder-plugin is 0.8
To install just issue the following command
Usage
- Define
name:and/orcssClass:attributes on the nodes you wan to style using targeted CSS ids/selectors. - Create as many stylesheets as needed, place then under
griffon-app/resources - Add the following code when you're ready to apply a stylesheet, you can do this at any time after the Views have been created
- As an alternative you can apply a style on the fly with
History
Version |
Date |
Notes |
|---|---|---|
0.8 |
05-17-11 |
Release sync with Griffon 0.9.3 |
0.7 |
02-22-11 |
Upgraded dependencies |
0.6 |
07-22-10 |
Release sync with Griffon 0.9 |
0.5 |
03-01-10 |
Upgraded to Griffon 0.3 |
0.4 |
01-07-10 |
Upgraded to CSSbuilder 0.4, fixes http://jira.codehaus.org/browse/GRIFFON-134 |
0.3 |
11-15-09 |
Upgraded to CSSbuilder 0.3, Groovy expressions can be used as values of CSS rules |
0.2 |
06-13-09 |
Upgraded to CSSbuilder 0.2, there are now CSS 72 rules to choose from |
0.1 |
06-11-09 |
First release |