Skip to content

Commit b5a78e7

Browse files
committed
style(*): resolve stylelint error, close #128
1 parent 75e8a2f commit b5a78e7

3 files changed

Lines changed: 4 additions & 0 deletions

File tree

src/pss/utils/_mixins.pss

Whitespace-only changes.

src/pss/utils/helpers/_boxs.pss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
.box-left {
22
float: left;
33
}
4+
45
.box-right {
56
float: right;
67
}
8+
79
.box-relative {
810
position: relative;
911
}
12+
1013
.box-absolute {
1114
position: absolute;
1215
}

src/pss/utils/helpers/_resets.pss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
padding-right: initial;
2222
}
2323
}
24+
2425
@if ($position == 'h') {
2526
.reset-offset-$(position) {
2627
margin-top: initial;

0 commit comments

Comments
 (0)