Skip to content

Commit

Permalink
Adding grid to Wing theme -- whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
atomicpages committed Jan 17, 2017
1 parent 8d8c6f0 commit badc086
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,9 @@ Skeleton Sass 3 offers a far more portable solution in order to adapt to new way

Changelog
---------
### 3.1.1
* Forgot to add the grid for `Wing` theme :)

### 3.1.0
* Adding a new theme based on [Wing](http://usewing.ml/) which is _heavily_ based on Skeleton.
* **Major** update to demo section of the demo site.
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "skeleton-sass",
"version": "3.1.0",
"version": "3.1.1",
"author": "Dennis Thompson",
"homepage": "http://atomicpages.github.io/skeleton-sass/",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "skeleton-sass-official",
"version": "3.1.0",
"version": "3.1.1",
"description": "Skeleton Sass is a highly modular version of Skeleton CSS",
"main": "skeleton/core/_config.scss",
"scripts": {
Expand Down
2 changes: 2 additions & 0 deletions skeleton/themes/wing/_grid.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
}
}

@include grid($base-width, $is-fluid, $base-gutter-width, $base-col-count);

@media screen and (max-width: 768px) {
.row { margin-top: 0; }
.row [class*='column'] {
Expand Down

0 comments on commit badc086

Please sign in to comment.