-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
14 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,16 @@ | ||
# ocGrid | ||
|
||
More information coming soon ^_^ | ||
(More information coming soon! ^_^) | ||
|
||
You can [download a default build of ocGrid here](https://github.com/octopuscreative/ocGrid/releases/latest). If you want to customize things, see the [custom builds](#custom-builds) section below. | ||
|
||
|
||
<a name="custom-builds"></a> | ||
## Custom Builds | ||
|
||
You can easily change ocGrid's layout by editing the `$column_width` or `$gutter_width` variables in `grid.scss`. If you choose to do that, you can either drop the edited SCSS file directly into your project, or run `grunt build` to compile a new version of the CSS. | ||
|
||
|
||
## Meta Stuff | ||
|
||
ocGrid was created by [Paul Straw](https://github.com/paulstraw) and [Sean Washington](https://github.com/seanwash) for [Octopus Creative](http://octopuscreative.com). It's MIT-licensed (see the [license file](https://github.com/octopuscreative/ocGrid/blob/master/LICENSE.md) for more info). Any contribution is absolutely welcome, but please review the [contribution guidelines](https://github.com/octopuscreative/ocGrid/blob/master/CONTRIBUTING.md) before getting started. |