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

compass-52-plugin

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

compass-52-plugin

  • 0.2
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

== 52 Framework Compass Plugin

This plugin adds 52 Framework to Compass (http://compass-style.org/).

For more information, visit the official site at http://www.52framework.com

=== Installation

gem install compass-52-plugin

=== Getting Started

To create a Compass project using 52 Framework, enter:

compass create -r fiftytwo my_project --using 52

The above command will generate a +styles.sass+ file with the framework stylesheets included.

=== Populating the Grid

To set an element as a row, use the +row+ mixin:

header
  @include row

If the row is an inner row (a row inside another row), use +row+ with parameter setted as +true+:

header
  .left-block
    @include row(true)

To calculate column widths, use the +column+ mixin specifying the number of columns as the parameter:

article
  @include column(5)

FAQs

Package last updated on 14 May 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