UNPKG
bootstrap-less-port
Version:
latest (2.5.1)
2.5.1
2.5.0
2.4.3
2.4.2
2.4.1
2.4.0
2.3.1
2.3.0
2.2.2
2.2.1
2.2.0
2.1.1
2.1.0
2.0.0
1.0.0
0.5.0
0.4.0
0.3.0
0.2.0
0.1.3
0.1.2
0.1.0
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
A Less port of Bootstrap v4
github.com/seanCodes/bootstrap-less-port
seanCodes/bootstrap-less-port
bootstrap-less-port
/
less
/
utilities
/
_shadows.less
5 lines
(4 loc)
•
202 B
text/less
View Raw
1
2
3
4
5
.shadow-sm
{
box-shadow
:
@box-shadow-sm
!important
; }
.shadow
{
box-shadow
:
@box-shadow
!important
; }
.shadow-lg
{
box-shadow
:
@box-shadow-lg
!important
; }
.shadow-none
{
box-shadow
: none
!important
; }