source: ether_2012/web/cathy/css/blueprint-css/lib/settings.example.yml @ 319

Last change on this file since 319 was 319, checked in by vmipsl, 12 years ago

Import du projet Ether pour le nouveau look 2012

File size: 850 bytes
Line 
1# refer to http://www.yaml.org/spec/1.1/ for clarification on YAML collections
2project1:
3  path: /path/to/my/project/stylesheets
4  namespace: custom-namespace-1-
5  custom_css:
6    ie.css:
7      - custom-ie.css
8    print.css:
9      - docs.css
10      - my-print-styles.css
11    screen.css:
12      - subfolder-of-stylesheets/sub_css.css
13  custom_layout:
14    column_count: 12
15    column_width: 70
16    gutter_width: 10
17  plugins:
18    - fancy-type
19    - buttons
20project2:
21  path: /path/to/different/stylesheets
22  namespace: different-namespace-
23  custom_css:
24    screen.css:
25      - custom_screen.css
26  semantic_classes:
27    "#footer, #header": ".span-24"
28    "#content": ".span-17, .colborder"
29    "#extra-content": ".span-6"
30    "div#navigation": ".span_24"
31    "div.section, div.entry, .feeds": ".span-6"
32project3:
33  path: /path/to/another/projects/styles
Note: See TracBrowser for help on using the repository browser.