Skip to content

Commit c6e272f

Browse files
committed
Updated dependencies.
1 parent 3f72f2c commit c6e272f

File tree

5 files changed

+222
-9
lines changed

5 files changed

+222
-9
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"display"
1212
],
1313
"homepage": "https://www.github.com/strapless/utility",
14-
"version": "1.1.1",
14+
"version": "1.1.2",
1515
"authors": [
1616
{
1717
"name": "Aaron M Jones",
@@ -20,7 +20,7 @@
2020
],
2121
"license": "MIT",
2222
"require": {
23-
"strapless/base": "^1.1.1",
23+
"strapless/base": "^1.1.4",
2424
"strapless/colors": "^1.0.4",
2525
"strapless/display": "^1.0",
2626
"strapless/flexbox": "^1.0.3",

composer.lock

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

dist/css/utility.css

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Strapless Utility v1.1 (http://github.com/strapless/utility)
2+
* Strapless Utility v1.1.2 (http://github.com/strapless/utility)
33
* Influenced by Bootstrap v4.0 (http://getbootstrap.com)
44
* Licensed under MIT (https://github.com/strapless/utilit/blob/master/LICENSE)
55
*/
@@ -13,9 +13,7 @@
1313
.d-print-flex {
1414
display: -webkit-flex;
1515
display: -ms-flexbox;
16-
display: -webkit-flex;
17-
display: -ms-flexbox;
18-
display: flex;
16+
display: flex;
1917
}
2018
.d-print-inline {
2119
display: inline;

dist/css/utility.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/_utility.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
$enable-framework: true !global;
1212

1313
/*!
14-
* Strapless Utility v1.1 (http://github.com/strapless/utility)
14+
* Strapless Utility v1.1.2 (http://github.com/strapless/utility)
1515
* Influenced by Bootstrap v4.0 (http://getbootstrap.com)
1616
* Licensed under MIT (https://github.com/strapless/utilit/blob/master/LICENSE)
1717
*/

0 commit comments

Comments
 (0)