UNPKG
shut
Version:
latest (7.1.4)
7.1.4
7.1.3
7.1.2
7.1.1
7.1.0
7.0.7
7.0.6
7.0.5
7.0.4
7.0.3
7.0.2
7.0.1
7.0.0
6.4.0
6.3.4
6.3.3
6.3.2
6.3.1
6.3.0
6.2.6
6.2.5
6.2.4
6.2.3
6.2.2
6.2.1
6.2.0
6.1.3
6.1.2
6.1.1
6.1.0
6.0.4
6.0.3
6.0.2
6.0.1
6.0.0
5.0.7
5.0.6
5.0.5
5.0.4
5.0.3
5.0.2
5.0.1
5.0.0
4.7.0
4.6.1
4.6.0
4.5.7
4.5.6
4.5.4
4.5.3
4.5.2
4.5.1
4.4.0
4.3.6
4.3.5
4.3.4
4.3.3
4.3.2
4.3.1
4.3.0
4.2.0
4.1.0
4.0.4
4.0.3
4.0.2
4.0.1
4.0.0
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
2.2.2
2.2.1
2.2.0
2.1.11
2.1.10
2.1.9
2.1.8
2.1.6
2.1.5
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
2.0.11
2.0.10
2.0.9
2.0.8
2.0.7
2.0.6
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.0.0
Shut UI Framework
github.com/ayyash/Shut
ayyash/Shut
shut
/
src
/
less
/
utilities
/
border.less
8 lines
(6 loc)
•
164 B
text/less
View Raw
1
2
3
4
5
6
7
8
/* Border Radius*/
.border-radius
(
@radius
:
2px
)
when
(
@enable-rounded
) {
border-radius
:
@radius
; }
.border-radius
(
@radius
:
2px
)
when
not
(
@enable-rounded
) { }