Skip to content

Commit 4220e49

Browse files
committed
Bump version up to 1.3.3
1 parent 5279569 commit 4220e49

5 files changed

Lines changed: 5 additions & 23 deletions

File tree

dist/point.css

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Point
3-
* version: 1.3.2
3+
* version: 1.3.3
44
* url: http://point.moyu.io
55
* Copyright 2017-2018 moyu
66
* Licensed under MIT (https://github.com/moyus/point/blob/master/LICENSE)
@@ -3659,24 +3659,11 @@ Markup:
36593659
</div>
36603660
*/
36613661
.box {
3662-
position: relative;
3663-
display: -webkit-box;
3664-
display: -webkit-flex;
3665-
display: -ms-flexbox;
3666-
display: flex;
3667-
-webkit-box-orient: vertical;
3668-
-webkit-box-direction: normal;
3669-
-webkit-flex-direction: column;
3670-
-ms-flex-direction: column;
3671-
flex-direction: column;
36723662
margin-bottom: 32px;
36733663
border-radius: 3px;
36743664
}
36753665

36763666
.box__header {
3677-
-webkit-flex-shrink: 0;
3678-
-ms-flex-negative: 0;
3679-
flex-shrink: 0;
36803667
color: #333333;
36813668
font-size: 14px;
36823669
line-height: 1.2;
@@ -3687,10 +3674,6 @@ Markup:
36873674
}
36883675

36893676
.box__body {
3690-
-webkit-box-flex: 1;
3691-
-webkit-flex: 1 1 0%;
3692-
-ms-flex: 1 1 0%;
3693-
flex: 1 1 0%;
36943677
border: 1px solid #ddd;
36953678
border-top: 0;
36963679
padding: 10px;
@@ -4506,7 +4489,6 @@ Markup:
45064489
z-index: 700;
45074490
overflow: auto;
45084491
-webkit-overflow-scrolling: touch;
4509-
overflow-scrolling: touch;
45104492
-ms-overflow-style: -ms-autohiding-scrollbar;
45114493
}
45124494

dist/point.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.

docs/data.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"site": {
33
"title": "Point",
44
"url": "/",
5-
"version": "1.3.2",
5+
"version": "1.3.3",
66
"description": "A flexible CSS Framework for building modern responsive web apps",
77
"keywords": "css,sass,flexbox,responsive,front-end,mobile-first,framework,web",
88
"download": "https://github.com/moyus/point/releases",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "point-sass",
3-
"version": "1.3.2",
3+
"version": "1.3.3",
44
"homepage": "http://point.moyu.io",
55
"author": "moyu <moyuboy@gmail.com> (http://moyu.io)",
66
"description": "A flexible CSS Framework for building modern responsive web apps",

point.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Point
3-
* version: 1.3.2
3+
* version: 1.3.3
44
* url: http://point.moyu.io
55
* Copyright 2017-2018 moyu
66
* Licensed under MIT (https://github.com/moyus/point/blob/master/LICENSE)

0 commit comments

Comments
 (0)