Skip to content

Commit 6326455

Browse files
author
AMJones
committed
Updated dependency, corrected dist files.
1 parent 29d7257 commit 6326455

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

composer.json

Lines changed: 2 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/buttons",
15-
"version": "1.1.1",
15+
"version": "1.1.2",
1616
"authors": [
1717
{
1818
"name": "Aaron M Jones",
@@ -24,7 +24,7 @@
2424
},
2525
"license": "MIT",
2626
"require": {
27-
"deviscoding/base": "^1.1",
27+
"deviscoding/base": "^2.0",
2828
"deviscoding/colors": "^1.0"
2929
}
3030
}

composer.lock

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

dist/css/deviscoding-buttons.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/*!
2-
* DevIsCoding Buttons v1.1.1 (http://github.com/deviscoding/buttons)
2+
* DevIsCoding Buttons v1.1.2 (http://github.com/deviscoding/buttons)
33
* Inspiration from (https://getbootstrap.com) and (https://material.io/components/web/catalog/buttons)
44
* Licensed under MIT (https://github.com/strapless/buttons/blob/master/LICENSE)
55
*/
66
.btn {
77
position: relative;
8-
display: -webkit-inline-box;
8+
display: -webkit-inline-flex;
99
display: -ms-inline-flexbox;
1010
display: inline-flex;
1111
-webkit-justify-content: center;

0 commit comments

Comments
 (0)