Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dnomak committed Aug 30, 2016
1 parent ffc06ba commit 9400d26
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions bower.json
@@ -1,6 +1,6 @@
{
"name": "flexiblegs-scss-plus",
"version": "5.5.2",
"version": "5.5.3",
"homepage": "http://flexible.gs",
"description": "Flexible Grid System Scss Plus",
"keywords": [
Expand All @@ -21,6 +21,6 @@
"**/.*"
],
"devDependencies": {
"flexiblegs-scss": "~5.5.2"
"flexiblegs-scss": "~5.5.3"
}
}
7 changes: 4 additions & 3 deletions css/app.css
@@ -1,6 +1,6 @@
/*! Flexible Grid System 5.5.2 | Settings | Scss | MIT License | flexible.gs */
/*! Flexible Grid System 5.5.2 | Scss | MIT License | flexible.gs */
/*! Flexible Grid System 5.5.2 | Scss Plus | MIT License | flexible.gs */
/*! Flexible Grid System 5.5.3 | Settings | Scss | MIT License | flexible.gs */
/*! Flexible Grid System 5.5.3 | Scss | MIT License | flexible.gs */
/*! Flexible Grid System 5.5.3 | Scss Plus | MIT License | flexible.gs */
.wrap {
display: block;
width: 100%;
Expand All @@ -14,6 +14,7 @@

.wrap > * {
display: inline-block;
vertical-align: top;
}

.col {
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "flexiblegs-scss-plus",
"version": "5.5.2",
"version": "5.5.3",
"homepage": "http://flexible.gs",
"description": "Flexible Grid System Scss Plus",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion scss/helper/flexiblegs-scss-plus.scss
@@ -1,4 +1,4 @@
/*! Flexible Grid System 5.5.2 | Scss Plus | MIT License | flexible.gs */
/*! Flexible Grid System 5.5.3 | Scss Plus | MIT License | flexible.gs */

.wrap {
@include wrap;
Expand Down
2 changes: 1 addition & 1 deletion scss/helper/flexiblegs-settings.scss
@@ -1,4 +1,4 @@
/*! Flexible Grid System 5.5.2 | Settings | Scss | MIT License | flexible.gs */
/*! Flexible Grid System 5.5.3 | Settings | Scss | MIT License | flexible.gs */

$flexiblegs-method: (
"css",
Expand Down

0 comments on commit 9400d26

Please sign in to comment.