Skip to content

Commit 1739a87

Browse files
author
AMJones
committed
Package Name Change.
1 parent 4f8844a commit 1739a87

6 files changed

Lines changed: 17 additions & 13 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# StrapLess Grid
2-
Responsive grid classes utilizing CSS flexbox. Part of StrapLess framework, but usable as a standalone component.
1+
# DevIsCoding Grid
2+
Responsive grid classes utilizing CSS flexbox. Part of deviscoding/utility, but usable as a standalone component.
33

composer.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "strapless/grid",
2+
"name": "deviscoding/grid",
33
"description": "Responsive grid classes utilizing CSS flexbox. Part of StrapLess framework, but usable as a standalone component.",
44
"keywords": [
55
"responsive",
@@ -8,18 +8,22 @@
88
"sass",
99
"scss",
1010
"strapless",
11+
"deviscoding",
1112
"css"
1213
],
13-
"homepage": "https://www.github.com/strapless/grid",
14-
"version": "1.0.5",
14+
"homepage": "https://www.github.com/deviscoding/grid",
15+
"version": "1.0.6",
1516
"authors": [
1617
{
1718
"name": "Aaron M Jones",
1819
"homepage": "http://www.jonesiscoding.com"
1920
}
2021
],
2122
"license": "MIT",
23+
"replace": {
24+
"strapless/grid": "^1.0"
25+
},
2226
"require": {
23-
"strapless/base": "^1.0"
27+
"deviscoding/base": "^1.0"
2428
}
2529
}

dist/css/strapless-grid.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
2-
* Strapless Grid v1.0.5 (http://github.com/strapless/strapless)
2+
* DevIsCoding Grid v1.0.6 (http://github.com/deviscoding/grid)
33
* Influenced by Bootstrap (http://getbootstrap.com) and Flexbox Grid (http://flexboxgrid.com)
4-
* Licensed under MIT (https://github.com/strapless/strapless/blob/master/LICENSE)
4+
* Licensed under MIT (https://github.com/deviscoding/grid/blob/master/LICENSE)
55
*/
66
.container, .container-fluid {
77
margin-left: auto;

dist/css/strapless-grid.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scss/_grid-variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import "strapless/base/scss/base";
1+
@import "deviscoding/base/scss/base";
22

33
$enable-framework: false !default;
44

scss/_grid.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

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

1212
} @else {

0 commit comments

Comments
 (0)