UNPKG
bootstrap-less
Version:
latest (3.3.8)
3.3.8
3.3.7
3.3.6
3.3.5
3.3.4
3.3.3
3.3.2
less files for bootstrap
github.com/distros/bootstrap-less
bootstrap-less
/
bootstrap
/
mixins
/
opacity.less
9 lines
(7 loc)
•
148 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
// Opacity
.opacity
(
@opacity
) {
opacity
:
@opacity
;
// IE8 filter
@opacity-ie:
(
@opacity
*
100
);
filter
:
~"alpha(opacity=@{opacity-ie})"
; }