UNPKG
@andatoshiki/toshiki-cdn
Version:
latest (0.0.5)
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Toshiki's own CDN packages
github.com/andatoshiki/toshiki-cdn
andatoshiki/toshiki-cdn
@andatoshiki/toshiki-cdn
/
less
/
bootstrap
/
utilities
/
_overflow.less
7 lines
(6 loc)
•
177 B
text/less
View Raw
1
2
3
4
5
6
7
// @each $value in $overflows {
// .overflow-#{$value} { overflow: $value !important; }
// }
each
(
@overflows
, {
.overflow-
@{value}
{
overflow
:
@value
!important
; } });