Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

itsucks-compass-960-plugin

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

itsucks-compass-960-plugin

  • 0.10.0
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

h1. 960 Grid System - Compass Plugin

Fork from "chriseppstein/compass-960-plugin":http://github.com/chriseppstein/compass-960-plugin

h2. Install


	gem install itsucks-compass-960-plugin

or


	rake install

h2. Create a 960-based Compass Project


	compass create -r ninesixty  --using 960

Then edit your grid.sass files accordingly.

h2. 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

FAQs

Package last updated on 20 Feb 2011

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc