Skip to content
This repository was archived by the owner on Aug 9, 2019. It is now read-only.

Commit dbefeda

Browse files
committed
increasing version number
1 parent e327ff5 commit dbefeda

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

css/smart-grid-flexbox.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/smart-grid.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sass/smart-grid-flexbox.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
/*! smart-grid.css 5.0.0 | BSD License | http://dryan.com/css-smart-grid */
2-
31
@import "smart-grid-variables";
42
@import "smart-grid-containers";
53
@import "smart-grid-columns";
4+
/*! smart-grid.css #{$version} | BSD License | http://dryan.com/css-smart-grid */
65

76
.container {
87
@include container;

sass/smart-grid-variables.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,5 @@ $columnList: (2, "two") (3, "three", "one-fourth") (4, "four", "one-third") (
1818

1919
// a collection of the offsets you want to build. the first parameter must be an integer of how many columns wide this instance is offset, followed by 1 or more class names to apply this offset to.
2020
$offsetList: (1, "one") (2, "two") (3, "three") (4, "four") (5, "five") (6, "six") (7, "seven") (8, "eight") (9, "nine") (10, "ten") (11, "eleven") !default;
21+
22+
$version: "5.1.0"

sass/smart-grid.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
/*! smart-grid.css 5.0.0 | BSD License | http://dryan.com/css-smart-grid */
2-
31
@import "smart-grid-variables";
42
$flexbox_support: false;
53
@import "smart-grid-containers";
64
@import "smart-grid-columns";
5+
/*! smart-grid.css #{$version} | BSD License | http://dryan.com/css-smart-grid */
76

87
.container {
98
@include container;

0 commit comments

Comments
 (0)