From badc086bcbf070ee31a4d4b4bd884d9633307cd3 Mon Sep 17 00:00:00 2001 From: Dennis Thompson Date: Mon, 16 Jan 2017 23:00:42 -0800 Subject: [PATCH] Adding grid to Wing theme -- whoops --- README.md | 3 +++ bower.json | 2 +- package.json | 2 +- skeleton/themes/wing/_grid.scss | 2 ++ 4 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 79d37d2..8344315 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/bower.json b/bower.json index 22c2934..499e73e 100644 --- a/bower.json +++ b/bower.json @@ -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": { diff --git a/package.json b/package.json index cc4d078..07aeb08 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/skeleton/themes/wing/_grid.scss b/skeleton/themes/wing/_grid.scss index c926823..34b5212 100644 --- a/skeleton/themes/wing/_grid.scss +++ b/skeleton/themes/wing/_grid.scss @@ -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'] {