-
Notifications
You must be signed in to change notification settings - Fork 34
/
overlap.styl
103 lines (91 loc) · 2.38 KB
/
overlap.styl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
rupture.scale = 0 10em 20em 800px 1050px
rupture.enable-em-breakpoints = true
rupture.anti-overlap = 1px 0.001em 0.001rem
.overlap-plus-em
text-align center
+at(2)
text-align right
+at(3)
text-align left
rupture.anti-overlap = -1px -0.001em -0.001rem
.overlap-minus-em
text-align center
+at(2)
text-align right
+at(3)
text-align left
rupture.anti-overlap = 1px .001em .001rem
rupture.scale = 0 10rem 20rem 800px 1050px
.overlap-plus-rem
text-align center
+at(2)
text-align right
+at(3)
text-align left
rupture.anti-overlap = -1px -.001em -.001rem
.overlap-minus-rem
text-align center
+at(2)
text-align right
+at(3)
text-align left
rupture.anti-overlap = 1px .001em .001rem
rupture.enable-em-breakpoints = false
rupture.scale = 0 100px 200px 800px 1050px
.overlap-plus-px
text-align center
+at(2)
text-align right
+at(3)
text-align left
rupture.anti-overlap = -1px -.001em -.001rem
.overlap-minus-px
text-align center
+at(2)
text-align right
+at(3)
text-align left
rupture.mobile-cutoff = 400px
rupture.desktop-cutoff = 1050px
rupture.scale = 0 (rupture.mobile-cutoff) 600px 800px (rupture.desktop-cutoff)
rupture.anti-overlap = false
rupture.enable-em-breakpoints = false
.overlap-force
text-align center
+at(2, anti-overlap: true)
text-align right
+at(3, anti-overlap: false)
text-align left
+from-width(4, anti-overlap: 1px)
text-align justify
+to-width(4, anti-overlap: 0.0625em)
border 1px
content 'we are going max-width, and overlap is positive, so wont change'
+from-width(5, anti-overlap: 0.0625rem)
text-align justify
+tablet(anti-overlap: 1px 0.0625em 0.0625rem)
font-weight bold
+mobile(anti-overlap: true)
font-weight normal
+desktop(anti-overlap: true)
font-style italic
rupture.enable-em-breakpoints = true
.overlap-force-em
text-align center
+at(2, anti-overlap: true)
text-align right
+at(3, anti-overlap: false)
text-align left
+from-width(4, anti-overlap: 1px)
text-align justify
+to-width(4, anti-overlap: 0.0625em)
border 1px
content 'we are going max-width, and overlap is positive, so wont change'
+from-width(5, anti-overlap: 0.0625rem)
text-align justify
+tablet(anti-overlap: 1px 0.0625em 0.0625rem)
font-weight bold
+mobile(anti-overlap: true)
font-weight normal
+desktop(anti-overlap: true)
font-style italic