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

compass.takitapart.framework

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

compass.takitapart.framework

  • 0.0.2
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

The takitapart framework

A Compass extension providing a semantic, responsive, and fluid framework.

Usage

A sample webpage using most of the features is included in this repository (index.html).

This website is hosted here: http://takitapart.github.com/takitapart_framework/.

To install this extension, from the command line run:

gem install takitapart_framework

In your compass config.rb, include the framework:

require "takitapart_framework"

In your stylesheet, include the individual modules as desired.

@import "takitapart_framework/normalize";
@import "takitapart_framework/typography";
@import "takitapart_framework/grid";
@import "takitapart_framework/form";
@import "takitapart_framework/print";

I've also included a slightly modified version of the Golden Gridlet, adding in configuration variables for custom columns.

Roadmap

  • Clean up configuation variables
  • Complete forms
  • Fix inconsistencies in vertical grid
  • Browser compatibility
  • Images

Attribution & Credits

The takitapart framework is largely adapted from Joni Korpi's fantastic Golden Grid System.

Golden Grid System (1.0) http://goldengridsystem.com/ by Joni Korpi http://jonikorpi.com/ licensed under MIT http://opensource.org/licenses/mit-license.php

Portions also derived from:

Normalize.css is a project by Nicolas Gallagher (@necolas) and Jonathan Neal (@jon_neal). http://necolas.github.com/normalize.css/

and

HTML5 Boilerplate http://5bp.com

FAQs

Package last updated on 02 Oct 2012

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