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
/
less
/
icons
/
bars.less
10 lines
•
206 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
//*-- bars --*\\
.icono-bars
{
width
:
@20
;
height
:
@2
;
box-shadow
: inset
0
0
0
@32
,
0
-
1
*
@6
,
0
@6
;
margin
:
@16
@7
; }
.icono-hamburger
{
&
:
extend
(.icono-bars);
//will be deprecate
}