Sign in
apache
/
activemq-website
/
refs/heads/main
/
.
/
src
/
css
/
bootstrap
/
utilities
/
_overflow.scss
blob: 8326c30641e6dfce3b23d018edb30c7d044a7d1a [
file
]
// stylelint-disable declaration-no-important
@each
$value
in
$overflows
{
.
overflow
-#{
$value
}
{
overflow
:
$value
!
important
;
}
}