UNPKG
normalize
Version:
latest (0.3.1)
0.3.1
0.3.0
0.2.0
0.1.3
0.1.2
0.1.1
0.1.0
Stylus porting of normalize.css
nulltask/normalize.styl
normalize
/
lib
/
normalize
/
typography
/
sub-and-sup.styl
17 lines
(12 loc)
•
230 B
text/stylus
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//
Prevents
`sub`
and
`sup`
affecting
`line-height`
in
all
browsers.
//
gist.github.com/413930
sub,
sup
font-size:
75
%
line-height:
0
position:
relative
vertical-align:
baseline
sup
top:
-0.
5em
sub
bottom:
-0.
25em