Skip to content

Commit f6cf552

Browse files
committed
Bump to 2.0.0-alpha.15
1 parent fa869c4 commit f6cf552

5 files changed

Lines changed: 29 additions & 24 deletions

File tree

dist/point.css

Lines changed: 24 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
22
* @moyu/pointcss
3-
* @version v2.0.0-alpha.14
3+
* @version v2.0.0-alpha.15
44
* @link https://github.com/moyus/pointcss
55
* @author moyu <moyuboy@gmail.com> (https://moyu.io)
66
* @license MIT
@@ -3394,7 +3394,7 @@ fieldset[disabled] .btn {
33943394
---------------------------------*/
33953395
.nav {
33963396
position: relative;
3397-
margin: 0;
3397+
margin: 0 -8px;
33983398
padding: 0;
33993399
list-style: none;
34003400
display: flex;
@@ -3403,10 +3403,8 @@ fieldset[disabled] .btn {
34033403

34043404
.nav__item {
34053405
position: relative;
3406-
}
3407-
3408-
.nav__item:not(:last-child) {
3409-
margin: 0 16px 0 0;
3406+
padding-left: 8px;
3407+
padding-right: 8px;
34103408
}
34113409

34123410
.nav__link {
@@ -3437,10 +3435,6 @@ fieldset[disabled] .btn {
34373435
font-size: 14px;
34383436
}
34393437

3440-
.nav.nav--lg {
3441-
font-size: 18px;
3442-
}
3443-
34443438
.nav.nav--start {
34453439
justify-content: flex-start;
34463440
}
@@ -3461,8 +3455,14 @@ fieldset[disabled] .btn {
34613455
flex: 1 1;
34623456
}
34633457

3464-
.nav.nav--pills > .nav__item:not(:last-child) {
3465-
margin-right: 4px;
3458+
.nav.nav--pills {
3459+
margin-left: -2px;
3460+
margin-right: -2px;
3461+
}
3462+
3463+
.nav.nav--pills > .nav__item {
3464+
padding-left: 2px;
3465+
padding-right: 2px;
34663466
}
34673467

34683468
.nav.nav--pills > .nav__item > .nav__link {
@@ -3480,11 +3480,14 @@ fieldset[disabled] .btn {
34803480
}
34813481

34823482
.nav.nav--tabs {
3483+
margin-left: -2px;
3484+
margin-right: -2px;
34833485
border-bottom: 1px solid #e5e5e5;
34843486
}
34853487

3486-
.nav.nav--tabs > .nav__item:not(:last-child) {
3487-
margin-right: 4px;
3488+
.nav.nav--tabs > .nav__item {
3489+
padding-left: 2px;
3490+
padding-right: 2px;
34883491
}
34893492

34903493
.nav.nav--tabs > .nav__item > .nav__link {
@@ -3511,6 +3514,8 @@ fieldset[disabled] .btn {
35113514
flex-wrap: wrap;
35123515
align-items: center;
35133516
justify-content: space-between;
3517+
margin-left: -12px;
3518+
margin-right: -12px;
35143519
}
35153520

35163521
.navbar__start {
@@ -3539,10 +3544,8 @@ fieldset[disabled] .btn {
35393544
position: relative;
35403545
color: #212121;
35413546
font-size: 16px;
3542-
}
3543-
3544-
.navbar__item:not(:last-child) {
3545-
margin-right: 24px;
3547+
padding-left: 12px;
3548+
padding-right: 12px;
35463549
}
35473550

35483551
.navbar__link {
@@ -3563,7 +3566,9 @@ fieldset[disabled] .btn {
35633566
font-size: 20px;
35643567
line-height: 1.25;
35653568
color: #212121;
3566-
margin-right: 30px;
3569+
padding-left: 12px;
3570+
padding-right: 12px;
3571+
margin-right: 12px;
35673572
}
35683573

35693574
.navbar.navbar--dark .navbar__brand {

dist/point.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
22
* @moyu/pointcss
3-
* @version v2.0.0-alpha.14
3+
* @version v2.0.0-alpha.15
44
* @link https://github.com/moyus/pointcss
55
* @author moyu <moyuboy@gmail.com> (https://moyu.io)
66
* @license MIT

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

dist/point.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@moyu/pointcss",
3-
"version": "2.0.0-alpha.14",
3+
"version": "2.0.0-alpha.15",
44
"website": "https://moyus.github.io/pointcss",
55
"homepage": "https://github.com/moyus/pointcss",
66
"author": "moyu <moyuboy@gmail.com> (https://moyu.io)",

0 commit comments

Comments
 (0)