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.
- Host: GitHub
- URL: https://github.com/himerus/omegags
- Owner: himerus
- License: gpl-3.0
- Created: 2016-08-01T13:41:58.000Z (almost 10 years ago)
- Default Branch: 2.x
- Last Pushed: 2016-09-02T01:30:33.000Z (almost 10 years ago)
- Last Synced: 2026-01-23T20:36:47.268Z (5 months ago)
- Language: CSS
- Size: 322 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Omega.gs
[](https://travis-ci.org/himerus/omegags)
[](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
```