Home

Awesome

Singularity Extras

Singularity Extras are a set of plugins and add-ons for the Singularity Grid System.

Installation

Make sure you have installed Singularity. Once Singularity is installed, you're good to install Singularity Extras:

gem install singularity-extras

Using with an Existing Project

Using Singularity Extras with an existing Singularity project is easy. Add the following to your config.rb file:

require 'singularity-extras'

Then, add the following to your Sass file after your Singularity import:

@import "singularity-extras"

Features

Singularity Extras currently offers the following features for use with Singularity:

Grid Generators

Grid generators are functions used to create grids. You should use these when adding a grid using Singularity in place of where you would normally simply write out a grid.

Layouts and Layout Helpers

Layouts and Layout Helpers are exactly what they sound like, either layouts built with the use of Singularity or helpers to help you build your own layouts.