UNPKG
icono
Version:
latest (1.3.2)
1.3.2
1.3.1
1.3.0
1.0.0
0.9.5
Pure CSS Icons
saeedalipoor.github.io/icono/
saeedalipoor/icono
icono
/
stylus
/
icons
/
frown.styl
15 lines
(11 loc)
•
250 B
text/stylus
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.icono-frown
{
@extend
.icono-smile &:before{
@extend
.
icono-smile
:before } &:after{
@extend
.
icono-smile
:after
transform
:
translateX
(-
50%
)
rotate
(
180deg
);
transform-origin
: center
85%
; } }