Sha256: 817e94780fd61b69915842896b184a49534a577c3f8e570342680a6e7fe99926

Contents?: true

Size: 850 Bytes

Versions: 2

Compression:

Stored size: 850 Bytes

Contents

# refer to http://www.yaml.org/spec/1.1/ for clarification on YAML collections
project1:
  path: /path/to/my/project/stylesheets
  namespace: custom-namespace-1-
  custom_css:
    ie.css:
      - custom-ie.css
    print.css:
      - docs.css
      - my-print-styles.css
    screen.css:
      - subfolder-of-stylesheets/sub_css.css
  custom_layout:
    column_count: 12
    column_width: 70
    gutter_width: 10
  plugins:
    - fancy-type
    - buttons
project2:
  path: /path/to/different/stylesheets
  namespace: different-namespace-
  custom_css:
    screen.css:
      - custom_screen.css
  semantic_classes:
    "#footer, #header": ".span-24"
    "#content": ".span-17, .colborder"
    "#extra-content": ".span-6"
    "div#navigation": ".span_24"
    "div.section, div.entry, .feeds": ".span-6"
project3:
  path: /path/to/another/projects/styles

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
spike-0.1.0 lib/template/css/blueprint/lib/settings.example.yml
blueprintr-0.1.0 lib/blueprint-css/lib/settings.example.yml