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

gravityframework

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gravityframework

  • 0.0.5
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

#Gravity Framework AUTHORS: Owain Lewis, Ollie Wells, Hamish Taplin, Nadhim Orfali

Creative Commons (cc) Attribution 3.0 http://GravityFramework.com

Gravity is a powerful boilerplate framework for building HTML5 websites. It uses SASS and HAML in place of CSS and HTML5. Gravity does some basic setup work for you, giving you a rock solid starting point for your project and then gets out of your way. It ships with a responsive 12 column grid by default that adapts to all devices if required, along with both sass and scss options depending on your preference.

Gravity will drastically reduce the time needed to take a design from concept to working model. It enforces best practices at every stage. Gravity based websites are easier to maintain, and therefore this framework can help you drastically improve your teams workflow and profitability.

##Features

  • Core CSS styling (reset styles, typography, baselines, grids)
  • Grid builder
  • CSS3 Mixins
  • HAML and HTML5 index.html files already set up
  • Media Queries built in and ready to go
  • Responsive 12 column grid by default for all devices

##Mixin Syntax

Gravity comes with a wide range of useful CSS3 mixins. Tired of writing multiple lines of vendor specific CSS? So were we. You can now add cross browser CSS3 to your projects with one line.

@include rounded(10px)

##Installing Gravity

You need SASS installed http://sass-lang.com and ideally HAML. (gem install haml)

MAC OSX

  1. mkdir myproject
  2. cd myproject
  3. Copy the framework into your new project directory
  4. Run this command in the terminal: sass --watch sass:css

If you have any questions about this framework email owain@owainlewis.com.

=====================

FAQs

Package last updated on 27 Aug 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