%PDF- %PDF-
Direktori : /var/www/html/friendstravel.al/wp-content/themes/friendstravel/scss/base/mixins/ |
Current File : /var/www/html/friendstravel.al/wp-content/themes/friendstravel/scss/base/mixins/_hover-focus.scss |
// ---------------------------------------------------------------------- // Hover and Focus // ---------------------------------------------------------------------- // example @include hoverFocus('text-decoration', 'none'); @mixin hoverFocus($property, $value) { &:hover, &:focus { #{$property}: $value; } }