UNPKG
formstone
Version:
latest (2.1.3)
2.1.3
2.1.2
2.1.1
2.1.0
2.0.2
2.0.1
2.0.0
2.0.0-2
1.4.22
1.4.21
1.4.20
1.4.20-1
1.4.19
1.4.18
1.4.18-1
1.4.17
1.4.16
1.4.16-1
1.4.15
1.4.15-1
1.4.13
1.4.13-1
1.4.11
1.4.10
1.4.9
1.4.8
1.4.7
1.4.6
1.4.5
1.4.4
1.4.3
1.4.2
1.4.1
1.4.0
1.3.3
1.3.1
1.3.0
1.2.1
1.1.0
1.0.4
1.0.3
1.0.2
0.5.1
Library of modular front end components.
formstone.it
Formstone/Formstone
formstone
/
src
/
less
/
imports
/
utils.less
19 lines
(14 loc)
•
206 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.fs_clearfix
() { &
:after
{
clear
: both;
content
:
''
;
display
: table; } }
.fs_button
() {
border
: none;
padding
:
0
; &
:focus
{ //
outline
: none; } }