Skip to content

Commit 77f7b33

Browse files
author
AMJones
committed
Updated dependency.
1 parent 1739a87 commit 77f7b33

File tree

6 files changed

+8
-5
lines changed

6 files changed

+8
-5
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"css"
1313
],
1414
"homepage": "https://www.github.com/deviscoding/grid",
15-
"version": "1.0.6",
15+
"version": "1.0.7",
1616
"authors": [
1717
{
1818
"name": "Aaron M Jones",
@@ -24,6 +24,7 @@
2424
"strapless/grid": "^1.0"
2525
},
2626
"require": {
27-
"deviscoding/base": "^1.0"
27+
"deviscoding/base": "^2.0",
28+
"deviscoding/responsive": "^1.0"
2829
}
2930
}

dist/css/strapless-grid.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* DevIsCoding Grid v1.0.6 (http://github.com/deviscoding/grid)
2+
* DevIsCoding Grid v1.0.7 (http://github.com/deviscoding/grid)
33
* Influenced by Bootstrap (http://getbootstrap.com) and Flexbox Grid (http://flexboxgrid.com)
44
* Licensed under MIT (https://github.com/deviscoding/grid/blob/master/LICENSE)
55
*/

dist/css/strapless-grid.min.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.

scss/_grid-mixins.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
@import "grid-variables";
2+
@import "deviscoding/responsive/scss/rwd-mixins";
23

34
// region /////////////////////////////////////////////////////////////// Flex Mixins
45

scss/_grid-variables.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
@import "deviscoding/base/scss/base";
2+
@import "deviscoding/responsive/scss/rwd-variables";
23

34
$enable-framework: false !default;
45

scss/_grid.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
@if $enable-framework == false {
66
/*!
7-
* DevIsCoding Grid v1.0.6 (http://github.com/deviscoding/grid)
7+
* DevIsCoding Grid v1.0.7 (http://github.com/deviscoding/grid)
88
* Influenced by Bootstrap (http://getbootstrap.com) and Flexbox Grid (http://flexboxgrid.com)
99
* Licensed under MIT (https://github.com/deviscoding/grid/blob/master/LICENSE)
1010
*/

0 commit comments

Comments
 (0)