Projet

Général

Profil

Paste
Télécharger (882 octets) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / themes / zen / STARTERKIT / sass-extensions / zen-grids / templates / project / manifest.rb @ 87dbc3bf

1
description "The Zen Grids system."
2

    
3
stylesheet  '_init.scss',             :media => 'all'
4
stylesheet  '_layout.scss',           :media => 'all'
5
stylesheet  '_modules.scss',          :media => 'all'
6
stylesheet  '_visually-hidden.scss',  :media => 'all'
7
stylesheet  'styles.scss',            :media => 'all'
8

    
9
html        'example.html'
10

    
11
help %Q{
12
Zen Grids is an intuitive, flexible grid system that leverages the natural source order of your content to make it easier to create fluid responsive designs. With an easy-to-use Sass mixin set, the Zen Grids system can be applied to an infinite number of layouts, including responsive, adaptive, fluid and fixed-width layouts. To learn more, visit:
13

14
  http://zengrids.com
15
}
16

    
17
welcome_message %Q{
18
You rock! The Zen Grids system is now installed on your computer. Go check out
19
how to use the system at:
20

21
  http://zengrids.com
22

23
It's easy!
24
}