We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75e8a2f commit b5a78e7Copy full SHA for b5a78e7
3 files changed
src/pss/utils/_mixins.pss
src/pss/utils/helpers/_boxs.pss
@@ -1,12 +1,15 @@
1
.box-left {
2
float: left;
3
}
4
+
5
.box-right {
6
float: right;
7
8
9
.box-relative {
10
position: relative;
11
12
13
.box-absolute {
14
position: absolute;
15
src/pss/utils/helpers/_resets.pss
@@ -21,6 +21,7 @@
21
padding-right: initial;
22
23
24
25
@if ($position == 'h') {
26
.reset-offset-$(position) {
27
margin-top: initial;
0 commit comments