mirror of
https://github.com/a2nt/webpack-bootstrap-ui-kit.git
synced 2024-10-22 11:05:45 +02:00
10 lines
95 B
SCSS
10 lines
95 B
SCSS
|
@mixin ss_hover() {
|
||
|
:not(.disabled) {
|
||
|
&.hover,
|
||
|
&:hover,
|
||
|
&:focus {
|
||
|
@content;
|
||
|
}
|
||
|
}
|
||
|
}
|