Skip to content

hi6peng/compass-960-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

960 Grid System – Compass Plugin

Fork from chriseppstein/compass-960-plugin

Install


	gem install itsucks-compass-960-plugin

or


	rake install

Create a 960-based Compass Project


	compass create -r ninesixty <project name> --using 960

Then edit your `grid.sass` files accordingly.

Customizing your Grid System

  • screen.sass

    %body
      #wrap
        #header
        #main.clearfix
          .g12
            .content
            .sidebar
        #footer

  • grid.sass

    %body
      #wrap
        #header
        #main.clearfix
          .g12
          .g16
        #footer

About

Sass Port of 960.gs as part of the Compass Stylesheet Framework.

Resources

Stars

Watchers

Forks

Packages

No packages published