emma-css-rails 0.9.0.0 → 0.10.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +3 -0
- data/README.md +2 -2
- data/Rakefile +3 -2
- data/lib/emma-css-rails/version.rb +1 -1
- data/vendor/assets/stylesheets/emma.css/emma.css +747 -595
- data/vendor/assets/stylesheets/emma.css/sass/_display.scss +3 -0
- data/vendor/assets/stylesheets/emma.css/sass/_margin.scss +2 -2
- data/vendor/assets/stylesheets/emma.css/sass/_mixins.scss +10 -6
- data/vendor/assets/stylesheets/emma.css/sass/_other.scss +3 -0
- data/vendor/assets/stylesheets/emma.css/sass/_padding.scss +2 -2
- data/vendor/assets/stylesheets/emma.css/sass/_text.scss +2 -0
- data/vendor/assets/stylesheets/emma.css/sass/_vars.scss +1 -1
- data/vendor/assets/stylesheets/emma.css/sass/all.scss +4 -0
- data/vendor/assets/stylesheets/emma.css/sass/rules/_appearance.scss +16 -0
- data/vendor/assets/stylesheets/emma.css/sass/rules/_background-repeat.scss +2 -2
- data/vendor/assets/stylesheets/emma.css/sass/rules/_background-size.scss +3 -3
- data/vendor/assets/stylesheets/emma.css/sass/rules/_border-bottom-width.scss +7 -7
- data/vendor/assets/stylesheets/emma.css/sass/rules/_border-bottom.scss +1 -1
- data/vendor/assets/stylesheets/emma.css/sass/rules/_border-left-width.scss +7 -7
- data/vendor/assets/stylesheets/emma.css/sass/rules/_border-left.scss +1 -1
- data/vendor/assets/stylesheets/emma.css/sass/rules/_border-radius.scss +12 -8
- data/vendor/assets/stylesheets/emma.css/sass/rules/_border-right-width.scss +7 -7
- data/vendor/assets/stylesheets/emma.css/sass/rules/_border-right.scss +1 -1
- data/vendor/assets/stylesheets/emma.css/sass/rules/_border-top-width.scss +7 -7
- data/vendor/assets/stylesheets/emma.css/sass/rules/_border-top.scss +1 -1
- data/vendor/assets/stylesheets/emma.css/sass/rules/_border-width.scss +7 -7
- data/vendor/assets/stylesheets/emma.css/sass/rules/_border.scss +1 -1
- data/vendor/assets/stylesheets/emma.css/sass/rules/_bottom.scss +1 -1
- data/vendor/assets/stylesheets/emma.css/sass/rules/_clearfix.scss +1 -2
- data/vendor/assets/stylesheets/emma.css/sass/rules/_color.scss +1 -1
- data/vendor/assets/stylesheets/emma.css/sass/rules/_display.scss +16 -52
- data/vendor/assets/stylesheets/emma.css/sass/rules/_flex-basis.scss +164 -0
- data/vendor/assets/stylesheets/emma.css/sass/rules/_flex-grow.scss +16 -0
- data/vendor/assets/stylesheets/emma.css/sass/rules/_flex-shrink.scss +16 -0
- data/vendor/assets/stylesheets/emma.css/sass/rules/_flex.scss +15 -7
- data/vendor/assets/stylesheets/emma.css/sass/rules/_font-family.scss +2 -2
- data/vendor/assets/stylesheets/emma.css/sass/rules/_font-size.scss +12 -12
- data/vendor/assets/stylesheets/emma.css/sass/rules/_font-smoothing-antialiased.scss +5 -0
- data/vendor/assets/stylesheets/emma.css/sass/rules/_font-weight.scss +9 -13
- data/vendor/assets/stylesheets/emma.css/sass/rules/_height.scss +34 -2
- data/vendor/assets/stylesheets/emma.css/sass/rules/_left.scss +1 -1
- data/vendor/assets/stylesheets/emma.css/sass/rules/_line-height.scss +8 -8
- data/vendor/assets/stylesheets/emma.css/sass/rules/_list-style-type.scss +2 -2
- data/vendor/assets/stylesheets/emma.css/sass/rules/_margin-bottom.scss +1 -1
- data/vendor/assets/stylesheets/emma.css/sass/rules/_margin-left.scss +1 -1
- data/vendor/assets/stylesheets/emma.css/sass/rules/_margin-right.scss +1 -1
- data/vendor/assets/stylesheets/emma.css/sass/rules/_margin-top.scss +1 -1
- data/vendor/assets/stylesheets/emma.css/sass/rules/{_margin-x-0.scss → _margin-x0.scss} +1 -1
- data/vendor/assets/stylesheets/emma.css/sass/rules/{_margin-y-0.scss → _margin-y0.scss} +1 -1
- data/vendor/assets/stylesheets/emma.css/sass/rules/_margin.scss +3 -3
- data/vendor/assets/stylesheets/emma.css/sass/rules/_max-height.scss +33 -1
- data/vendor/assets/stylesheets/emma.css/sass/rules/_max-width.scss +95 -15
- data/vendor/assets/stylesheets/emma.css/sass/rules/_min-height.scss +37 -1
- data/vendor/assets/stylesheets/emma.css/sass/rules/_min-width.scss +137 -1
- data/vendor/assets/stylesheets/emma.css/sass/rules/_moz-osx-font-smoothing.scss +8 -0
- data/vendor/assets/stylesheets/emma.css/sass/rules/_opacity.scss +11 -11
- data/vendor/assets/stylesheets/emma.css/sass/rules/_order.scss +9 -9
- data/vendor/assets/stylesheets/emma.css/sass/rules/_padding-bottom.scss +1 -1
- data/vendor/assets/stylesheets/emma.css/sass/rules/_padding-left.scss +1 -1
- data/vendor/assets/stylesheets/emma.css/sass/rules/_padding-right.scss +1 -1
- data/vendor/assets/stylesheets/emma.css/sass/rules/_padding-top.scss +1 -1
- data/vendor/assets/stylesheets/emma.css/sass/rules/{_padding-x-0.scss → _padding-x0.scss} +1 -1
- data/vendor/assets/stylesheets/emma.css/sass/rules/{_padding-y-0.scss → _padding-y0.scss} +1 -1
- data/vendor/assets/stylesheets/emma.css/sass/rules/_padding.scss +1 -1
- data/vendor/assets/stylesheets/emma.css/sass/rules/_position.scss +6 -2
- data/vendor/assets/stylesheets/emma.css/sass/rules/_resize.scss +4 -4
- data/vendor/assets/stylesheets/emma.css/sass/rules/_right.scss +1 -1
- data/vendor/assets/stylesheets/emma.css/sass/rules/_text-indent.scss +1 -1
- data/vendor/assets/stylesheets/emma.css/sass/rules/_top.scss +1 -1
- data/vendor/assets/stylesheets/emma.css/sass/rules/_user-select.scss +12 -0
- data/vendor/assets/stylesheets/emma.css/sass/rules/_webkit-font-smoothing.scss +3 -3
- data/vendor/assets/stylesheets/emma.css/sass/rules/_webkit-touch-callout.scss +8 -0
- data/vendor/assets/stylesheets/emma.css/sass/rules/_width.scss +92 -16
- data/vendor/assets/stylesheets/emma.css/sass/rules/_z-index.scss +8 -8
- metadata +15 -10
- data/vendor/assets/stylesheets/emma.css/CHANGELOG.md +0 -50
- data/vendor/assets/stylesheets/emma.css/LICENSE +0 -21
- data/vendor/assets/stylesheets/emma.css/README.md +0 -152
- data/vendor/assets/stylesheets/emma.css/emma.scss +0 -4
@@ -2,11 +2,43 @@
|
|
2
2
|
height: auto #{emma-important($emma-important)};
|
3
3
|
}
|
4
4
|
|
5
|
-
.#{$emma-prefix}
|
5
|
+
.#{$emma-prefix}h0 {
|
6
6
|
height: 0 #{emma-important($emma-important)};
|
7
7
|
}
|
8
8
|
|
9
|
-
.#{$emma-prefix}
|
9
|
+
.#{$emma-prefix}h100p {
|
10
10
|
height: 100% #{emma-important($emma-important)};
|
11
11
|
}
|
12
12
|
|
13
|
+
.#{$emma-prefix}h100vw {
|
14
|
+
height: 100vw #{emma-important($emma-important)};
|
15
|
+
}
|
16
|
+
|
17
|
+
.#{$emma-prefix}h25vh {
|
18
|
+
height: 25vh #{emma-important($emma-important)};
|
19
|
+
}
|
20
|
+
|
21
|
+
.#{$emma-prefix}h50vh {
|
22
|
+
height: 50vh #{emma-important($emma-important)};
|
23
|
+
}
|
24
|
+
|
25
|
+
.#{$emma-prefix}h75vh {
|
26
|
+
height: 75vh #{emma-important($emma-important)};
|
27
|
+
}
|
28
|
+
|
29
|
+
.#{$emma-prefix}h90vh {
|
30
|
+
height: 90vh #{emma-important($emma-important)};
|
31
|
+
}
|
32
|
+
|
33
|
+
.#{$emma-prefix}h100vh {
|
34
|
+
height: 100vh #{emma-important($emma-important)};
|
35
|
+
}
|
36
|
+
|
37
|
+
.#{$emma-prefix}h100vmax {
|
38
|
+
height: 100vmax #{emma-important($emma-important)};
|
39
|
+
}
|
40
|
+
|
41
|
+
.#{$emma-prefix}h100vmin {
|
42
|
+
height: 100vmin #{emma-important($emma-important)};
|
43
|
+
}
|
44
|
+
|
@@ -2,35 +2,35 @@
|
|
2
2
|
line-height: normal #{emma-important($emma-important)};
|
3
3
|
}
|
4
4
|
|
5
|
-
.#{$emma-prefix}lh-
|
5
|
+
.#{$emma-prefix}lh-ih {
|
6
6
|
line-height: inherit #{emma-important($emma-important)};
|
7
7
|
}
|
8
8
|
|
9
|
-
.#{$emma-prefix}
|
9
|
+
.#{$emma-prefix}lh0 {
|
10
10
|
line-height: 0 #{emma-important($emma-important)};
|
11
11
|
}
|
12
12
|
|
13
|
-
.#{$emma-prefix}
|
13
|
+
.#{$emma-prefix}lh1 {
|
14
14
|
line-height: 1 #{emma-important($emma-important)};
|
15
15
|
}
|
16
16
|
|
17
|
-
.#{$emma-prefix}
|
17
|
+
.#{$emma-prefix}lh2 {
|
18
18
|
line-height: 2 #{emma-important($emma-important)};
|
19
19
|
}
|
20
20
|
|
21
|
-
.#{$emma-prefix}
|
21
|
+
.#{$emma-prefix}lh3 {
|
22
22
|
line-height: 3 #{emma-important($emma-important)};
|
23
23
|
}
|
24
24
|
|
25
|
-
.#{$emma-prefix}
|
25
|
+
.#{$emma-prefix}lh4 {
|
26
26
|
line-height: 4 #{emma-important($emma-important)};
|
27
27
|
}
|
28
28
|
|
29
|
-
.#{$emma-prefix}
|
29
|
+
.#{$emma-prefix}lh5 {
|
30
30
|
line-height: 5 #{emma-important($emma-important)};
|
31
31
|
}
|
32
32
|
|
33
|
-
.#{$emma-prefix}
|
33
|
+
.#{$emma-prefix}lh6 {
|
34
34
|
line-height: 6 #{emma-important($emma-important)};
|
35
35
|
}
|
36
36
|
|
@@ -14,11 +14,11 @@
|
|
14
14
|
list-style-type: square #{emma-important($emma-important)};
|
15
15
|
}
|
16
16
|
|
17
|
-
.#{$emma-prefix}list-
|
17
|
+
.#{$emma-prefix}list-de {
|
18
18
|
list-style-type: decimal #{emma-important($emma-important)};
|
19
19
|
}
|
20
20
|
|
21
|
-
.#{$emma-prefix}list-
|
21
|
+
.#{$emma-prefix}list-dlz {
|
22
22
|
list-style-type: decimal-leading-zero #{emma-important($emma-important)};
|
23
23
|
}
|
24
24
|
|
@@ -1,4 +1,4 @@
|
|
1
|
-
.#{$emma-prefix}
|
1
|
+
.#{$emma-prefix}m0 {
|
2
2
|
margin: 0 #{emma-important($emma-important)};
|
3
3
|
}
|
4
4
|
|
@@ -6,11 +6,11 @@
|
|
6
6
|
margin: auto #{emma-important($emma-important)};
|
7
7
|
}
|
8
8
|
|
9
|
-
.#{$emma-prefix}
|
9
|
+
.#{$emma-prefix}m0-a {
|
10
10
|
margin: 0 auto #{emma-important($emma-important)};
|
11
11
|
}
|
12
12
|
|
13
|
-
.#{$emma-prefix}m-
|
13
|
+
.#{$emma-prefix}m-a-0 {
|
14
14
|
margin: auto 0 #{emma-important($emma-important)};
|
15
15
|
}
|
16
16
|
|
@@ -2,7 +2,39 @@
|
|
2
2
|
max-height: none #{emma-important($emma-important)};
|
3
3
|
}
|
4
4
|
|
5
|
-
.#{$emma-prefix}
|
5
|
+
.#{$emma-prefix}mah100p {
|
6
6
|
max-height: 100% #{emma-important($emma-important)};
|
7
7
|
}
|
8
8
|
|
9
|
+
.#{$emma-prefix}mah100vw {
|
10
|
+
max-height: 100vw #{emma-important($emma-important)};
|
11
|
+
}
|
12
|
+
|
13
|
+
.#{$emma-prefix}mah25vh {
|
14
|
+
max-height: 25vh #{emma-important($emma-important)};
|
15
|
+
}
|
16
|
+
|
17
|
+
.#{$emma-prefix}mah50vh {
|
18
|
+
max-height: 50vh #{emma-important($emma-important)};
|
19
|
+
}
|
20
|
+
|
21
|
+
.#{$emma-prefix}mah75vh {
|
22
|
+
max-height: 75vh #{emma-important($emma-important)};
|
23
|
+
}
|
24
|
+
|
25
|
+
.#{$emma-prefix}mah90vh {
|
26
|
+
max-height: 90vh #{emma-important($emma-important)};
|
27
|
+
}
|
28
|
+
|
29
|
+
.#{$emma-prefix}mah100vh {
|
30
|
+
max-height: 100vh #{emma-important($emma-important)};
|
31
|
+
}
|
32
|
+
|
33
|
+
.#{$emma-prefix}mah100vmax {
|
34
|
+
max-height: 100vmax #{emma-important($emma-important)};
|
35
|
+
}
|
36
|
+
|
37
|
+
.#{$emma-prefix}mah100vmin {
|
38
|
+
max-height: 100vmin #{emma-important($emma-important)};
|
39
|
+
}
|
40
|
+
|
@@ -2,63 +2,143 @@
|
|
2
2
|
max-width: none #{emma-important($emma-important)};
|
3
3
|
}
|
4
4
|
|
5
|
-
.#{$emma-prefix}
|
5
|
+
.#{$emma-prefix}maw0 {
|
6
|
+
max-width: 0 #{emma-important($emma-important)};
|
7
|
+
}
|
8
|
+
|
9
|
+
.#{$emma-prefix}maw1 {
|
10
|
+
max-width: 1px #{emma-important($emma-important)};
|
11
|
+
}
|
12
|
+
|
13
|
+
.#{$emma-prefix}maw1p {
|
6
14
|
max-width: 1% #{emma-important($emma-important)};
|
7
15
|
}
|
8
16
|
|
9
|
-
.#{$emma-prefix}
|
17
|
+
.#{$emma-prefix}maw5p {
|
18
|
+
max-width: 5% #{emma-important($emma-important)};
|
19
|
+
}
|
20
|
+
|
21
|
+
.#{$emma-prefix}maw10p {
|
10
22
|
max-width: 10% #{emma-important($emma-important)};
|
11
23
|
}
|
12
24
|
|
13
|
-
.#{$emma-prefix}
|
25
|
+
.#{$emma-prefix}maw15p {
|
26
|
+
max-width: 15% #{emma-important($emma-important)};
|
27
|
+
}
|
28
|
+
|
29
|
+
.#{$emma-prefix}maw20p {
|
14
30
|
max-width: 20% #{emma-important($emma-important)};
|
15
31
|
}
|
16
32
|
|
17
|
-
.#{$emma-prefix}
|
33
|
+
.#{$emma-prefix}maw25p {
|
18
34
|
max-width: 25% #{emma-important($emma-important)};
|
19
35
|
}
|
20
36
|
|
21
|
-
.#{$emma-prefix}
|
37
|
+
.#{$emma-prefix}maw30p {
|
22
38
|
max-width: 30% #{emma-important($emma-important)};
|
23
39
|
}
|
24
40
|
|
25
|
-
.#{$emma-prefix}
|
41
|
+
.#{$emma-prefix}maw33p {
|
26
42
|
max-width: 33% #{emma-important($emma-important)};
|
27
43
|
}
|
28
44
|
|
29
|
-
.#{$emma-prefix}
|
45
|
+
.#{$emma-prefix}maw34p {
|
46
|
+
max-width: 34% #{emma-important($emma-important)};
|
47
|
+
}
|
48
|
+
|
49
|
+
.#{$emma-prefix}maw35p {
|
50
|
+
max-width: 35% #{emma-important($emma-important)};
|
51
|
+
}
|
52
|
+
|
53
|
+
.#{$emma-prefix}maw40p {
|
30
54
|
max-width: 40% #{emma-important($emma-important)};
|
31
55
|
}
|
32
56
|
|
33
|
-
.#{$emma-prefix}
|
57
|
+
.#{$emma-prefix}maw45p {
|
58
|
+
max-width: 45% #{emma-important($emma-important)};
|
59
|
+
}
|
60
|
+
|
61
|
+
.#{$emma-prefix}maw50p {
|
34
62
|
max-width: 50% #{emma-important($emma-important)};
|
35
63
|
}
|
36
64
|
|
37
|
-
.#{$emma-prefix}
|
65
|
+
.#{$emma-prefix}maw55p {
|
66
|
+
max-width: 55% #{emma-important($emma-important)};
|
67
|
+
}
|
68
|
+
|
69
|
+
.#{$emma-prefix}maw60p {
|
38
70
|
max-width: 60% #{emma-important($emma-important)};
|
39
71
|
}
|
40
72
|
|
41
|
-
.#{$emma-prefix}
|
73
|
+
.#{$emma-prefix}maw65p {
|
74
|
+
max-width: 65% #{emma-important($emma-important)};
|
75
|
+
}
|
76
|
+
|
77
|
+
.#{$emma-prefix}maw66p {
|
42
78
|
max-width: 66% #{emma-important($emma-important)};
|
43
79
|
}
|
44
80
|
|
45
|
-
.#{$emma-prefix}
|
81
|
+
.#{$emma-prefix}maw67p {
|
82
|
+
max-width: 67% #{emma-important($emma-important)};
|
83
|
+
}
|
84
|
+
|
85
|
+
.#{$emma-prefix}maw70p {
|
46
86
|
max-width: 70% #{emma-important($emma-important)};
|
47
87
|
}
|
48
88
|
|
49
|
-
.#{$emma-prefix}
|
89
|
+
.#{$emma-prefix}maw75p {
|
50
90
|
max-width: 75% #{emma-important($emma-important)};
|
51
91
|
}
|
52
92
|
|
53
|
-
.#{$emma-prefix}
|
93
|
+
.#{$emma-prefix}maw80p {
|
54
94
|
max-width: 80% #{emma-important($emma-important)};
|
55
95
|
}
|
56
96
|
|
57
|
-
.#{$emma-prefix}
|
97
|
+
.#{$emma-prefix}maw85p {
|
98
|
+
max-width: 85% #{emma-important($emma-important)};
|
99
|
+
}
|
100
|
+
|
101
|
+
.#{$emma-prefix}maw90p {
|
58
102
|
max-width: 90% #{emma-important($emma-important)};
|
59
103
|
}
|
60
104
|
|
61
|
-
.#{$emma-prefix}
|
105
|
+
.#{$emma-prefix}maw95p {
|
106
|
+
max-width: 95% #{emma-important($emma-important)};
|
107
|
+
}
|
108
|
+
|
109
|
+
.#{$emma-prefix}maw100p {
|
62
110
|
max-width: 100% #{emma-important($emma-important)};
|
63
111
|
}
|
64
112
|
|
113
|
+
.#{$emma-prefix}maw25vw {
|
114
|
+
max-width: 25vw #{emma-important($emma-important)};
|
115
|
+
}
|
116
|
+
|
117
|
+
.#{$emma-prefix}maw50vw {
|
118
|
+
max-width: 50vw #{emma-important($emma-important)};
|
119
|
+
}
|
120
|
+
|
121
|
+
.#{$emma-prefix}maw75vw {
|
122
|
+
max-width: 75vw #{emma-important($emma-important)};
|
123
|
+
}
|
124
|
+
|
125
|
+
.#{$emma-prefix}maw90vw {
|
126
|
+
max-width: 90vw #{emma-important($emma-important)};
|
127
|
+
}
|
128
|
+
|
129
|
+
.#{$emma-prefix}maw100vw {
|
130
|
+
max-width: 100vw #{emma-important($emma-important)};
|
131
|
+
}
|
132
|
+
|
133
|
+
.#{$emma-prefix}maw100vh {
|
134
|
+
max-width: 100vh #{emma-important($emma-important)};
|
135
|
+
}
|
136
|
+
|
137
|
+
.#{$emma-prefix}maw100vmax {
|
138
|
+
max-width: 100vmax #{emma-important($emma-important)};
|
139
|
+
}
|
140
|
+
|
141
|
+
.#{$emma-prefix}maw100vmin {
|
142
|
+
max-width: 100vmin #{emma-important($emma-important)};
|
143
|
+
}
|
144
|
+
|
@@ -1,4 +1,40 @@
|
|
1
|
-
.#{$emma-prefix}
|
1
|
+
.#{$emma-prefix}mih0 {
|
2
2
|
min-height: 0 #{emma-important($emma-important)};
|
3
3
|
}
|
4
4
|
|
5
|
+
.#{$emma-prefix}mih1 {
|
6
|
+
min-height: 1px #{emma-important($emma-important)};
|
7
|
+
}
|
8
|
+
|
9
|
+
.#{$emma-prefix}mih100vw {
|
10
|
+
min-height: 100vw #{emma-important($emma-important)};
|
11
|
+
}
|
12
|
+
|
13
|
+
.#{$emma-prefix}mih25vh {
|
14
|
+
min-height: 25vh #{emma-important($emma-important)};
|
15
|
+
}
|
16
|
+
|
17
|
+
.#{$emma-prefix}mih50vh {
|
18
|
+
min-height: 50vh #{emma-important($emma-important)};
|
19
|
+
}
|
20
|
+
|
21
|
+
.#{$emma-prefix}mih75vh {
|
22
|
+
min-height: 75vh #{emma-important($emma-important)};
|
23
|
+
}
|
24
|
+
|
25
|
+
.#{$emma-prefix}mih90vh {
|
26
|
+
min-height: 90vh #{emma-important($emma-important)};
|
27
|
+
}
|
28
|
+
|
29
|
+
.#{$emma-prefix}mih100vh {
|
30
|
+
min-height: 100vh #{emma-important($emma-important)};
|
31
|
+
}
|
32
|
+
|
33
|
+
.#{$emma-prefix}mih100vmax {
|
34
|
+
min-height: 100vmax #{emma-important($emma-important)};
|
35
|
+
}
|
36
|
+
|
37
|
+
.#{$emma-prefix}mih100vmin {
|
38
|
+
min-height: 100vmin #{emma-important($emma-important)};
|
39
|
+
}
|
40
|
+
|
@@ -1,4 +1,140 @@
|
|
1
|
-
.#{$emma-prefix}
|
1
|
+
.#{$emma-prefix}miw0 {
|
2
2
|
min-width: 0 #{emma-important($emma-important)};
|
3
3
|
}
|
4
4
|
|
5
|
+
.#{$emma-prefix}miw1 {
|
6
|
+
min-width: 1px #{emma-important($emma-important)};
|
7
|
+
}
|
8
|
+
|
9
|
+
.#{$emma-prefix}miw1p {
|
10
|
+
min-width: 1% #{emma-important($emma-important)};
|
11
|
+
}
|
12
|
+
|
13
|
+
.#{$emma-prefix}miw5p {
|
14
|
+
min-width: 5% #{emma-important($emma-important)};
|
15
|
+
}
|
16
|
+
|
17
|
+
.#{$emma-prefix}miw10p {
|
18
|
+
min-width: 10% #{emma-important($emma-important)};
|
19
|
+
}
|
20
|
+
|
21
|
+
.#{$emma-prefix}miw15p {
|
22
|
+
min-width: 15% #{emma-important($emma-important)};
|
23
|
+
}
|
24
|
+
|
25
|
+
.#{$emma-prefix}miw20p {
|
26
|
+
min-width: 20% #{emma-important($emma-important)};
|
27
|
+
}
|
28
|
+
|
29
|
+
.#{$emma-prefix}miw25p {
|
30
|
+
min-width: 25% #{emma-important($emma-important)};
|
31
|
+
}
|
32
|
+
|
33
|
+
.#{$emma-prefix}miw30p {
|
34
|
+
min-width: 30% #{emma-important($emma-important)};
|
35
|
+
}
|
36
|
+
|
37
|
+
.#{$emma-prefix}miw33p {
|
38
|
+
min-width: 33% #{emma-important($emma-important)};
|
39
|
+
}
|
40
|
+
|
41
|
+
.#{$emma-prefix}miw34p {
|
42
|
+
min-width: 34% #{emma-important($emma-important)};
|
43
|
+
}
|
44
|
+
|
45
|
+
.#{$emma-prefix}miw35p {
|
46
|
+
min-width: 35% #{emma-important($emma-important)};
|
47
|
+
}
|
48
|
+
|
49
|
+
.#{$emma-prefix}miw40p {
|
50
|
+
min-width: 40% #{emma-important($emma-important)};
|
51
|
+
}
|
52
|
+
|
53
|
+
.#{$emma-prefix}miw45p {
|
54
|
+
min-width: 45% #{emma-important($emma-important)};
|
55
|
+
}
|
56
|
+
|
57
|
+
.#{$emma-prefix}miw50p {
|
58
|
+
min-width: 50% #{emma-important($emma-important)};
|
59
|
+
}
|
60
|
+
|
61
|
+
.#{$emma-prefix}miw55p {
|
62
|
+
min-width: 55% #{emma-important($emma-important)};
|
63
|
+
}
|
64
|
+
|
65
|
+
.#{$emma-prefix}miw60p {
|
66
|
+
min-width: 60% #{emma-important($emma-important)};
|
67
|
+
}
|
68
|
+
|
69
|
+
.#{$emma-prefix}miw65p {
|
70
|
+
min-width: 65% #{emma-important($emma-important)};
|
71
|
+
}
|
72
|
+
|
73
|
+
.#{$emma-prefix}miw66p {
|
74
|
+
min-width: 66% #{emma-important($emma-important)};
|
75
|
+
}
|
76
|
+
|
77
|
+
.#{$emma-prefix}miw67p {
|
78
|
+
min-width: 67% #{emma-important($emma-important)};
|
79
|
+
}
|
80
|
+
|
81
|
+
.#{$emma-prefix}miw70p {
|
82
|
+
min-width: 70% #{emma-important($emma-important)};
|
83
|
+
}
|
84
|
+
|
85
|
+
.#{$emma-prefix}miw75p {
|
86
|
+
min-width: 75% #{emma-important($emma-important)};
|
87
|
+
}
|
88
|
+
|
89
|
+
.#{$emma-prefix}miw80p {
|
90
|
+
min-width: 80% #{emma-important($emma-important)};
|
91
|
+
}
|
92
|
+
|
93
|
+
.#{$emma-prefix}miw85p {
|
94
|
+
min-width: 85% #{emma-important($emma-important)};
|
95
|
+
}
|
96
|
+
|
97
|
+
.#{$emma-prefix}miw90p {
|
98
|
+
min-width: 90% #{emma-important($emma-important)};
|
99
|
+
}
|
100
|
+
|
101
|
+
.#{$emma-prefix}miw95p {
|
102
|
+
min-width: 95% #{emma-important($emma-important)};
|
103
|
+
}
|
104
|
+
|
105
|
+
.#{$emma-prefix}miw100p {
|
106
|
+
min-width: 100% #{emma-important($emma-important)};
|
107
|
+
}
|
108
|
+
|
109
|
+
.#{$emma-prefix}miw25vw {
|
110
|
+
min-width: 25vw #{emma-important($emma-important)};
|
111
|
+
}
|
112
|
+
|
113
|
+
.#{$emma-prefix}miw50vw {
|
114
|
+
min-width: 50vw #{emma-important($emma-important)};
|
115
|
+
}
|
116
|
+
|
117
|
+
.#{$emma-prefix}miw75vw {
|
118
|
+
min-width: 75vw #{emma-important($emma-important)};
|
119
|
+
}
|
120
|
+
|
121
|
+
.#{$emma-prefix}miw90vw {
|
122
|
+
min-width: 90vw #{emma-important($emma-important)};
|
123
|
+
}
|
124
|
+
|
125
|
+
.#{$emma-prefix}miw100vw {
|
126
|
+
min-width: 100vw #{emma-important($emma-important)};
|
127
|
+
}
|
128
|
+
|
129
|
+
.#{$emma-prefix}miw100vh {
|
130
|
+
min-width: 100vh #{emma-important($emma-important)};
|
131
|
+
}
|
132
|
+
|
133
|
+
.#{$emma-prefix}miw100vmax {
|
134
|
+
min-width: 100vmax #{emma-important($emma-important)};
|
135
|
+
}
|
136
|
+
|
137
|
+
.#{$emma-prefix}miw100vmin {
|
138
|
+
min-width: 100vmin #{emma-important($emma-important)};
|
139
|
+
}
|
140
|
+
|