An open API service indexing awesome lists of open source software.

https://github.com/himerus/omegags

Omega.gs SCSS grid library.
https://github.com/himerus/omegags

Last synced: 4 months ago
JSON representation

Omega.gs SCSS grid library.

Awesome Lists containing this project

README

          

# Omega.gs
[![Build Status](https://travis-ci.org/himerus/omegags.svg?branch=2.x)](https://travis-ci.org/himerus/omegags)
[![Dependency Status](https://dependencyci.com/github/himerus/omegags/badge)](https://dependencyci.com/github/himerus/omegags)

##### A simple grid for complicated times.
Omega.gs is a responsive, flexible grid framework.
Primary usage of Omega.gs is implemented by the [Omega](https://drupal.org/project/omega) Drupal theme.

## Development Status
While this has been stable, and in use on a multitude of Drupal 7 and now Drupal 8 sites, not much development effort has gone to this grid framework.

> It's time for some updates, refactoring, documentation and integrations.

## Installing Omega.gs

##### Download from [GitHub.com](https://github.com/himerus/omegags)
You can download packaged releases, latest branch builds, or clone the repository.
* [Releases](https://github.com/himerus/omegags/releases)
* [Issues](https://github.com/himerus/omegags/issues)

```
git clone https://github.com/himerus/omegags.git
```
___
##### Install via [npm.js](https://www.npmjs.com/package/omegags)
```
npm install omegags
```
___

##### Install via [rubygems.org](https://rubygems.org/gems/omegags)
Install using `gem install`
```
gem install omegags
```
Add to `Gemfile` manually
```
gem 'omegags', '~> 1.0'
```
___
##### Install via [bower.io](https://bower.io)
```
bower install omegags
```