Update _mixins.sass

This commit is contained in:
Andros Fenollosa 2023-06-01 16:59:57 +02:00 committed by GitHub
parent ed1656007c
commit bc4d4baf08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,13 @@
/*
* Create a hover that prevents the hover from appearing when you scroll in mobile
*
* Examples: @include hover()
*/
@mixin hover()
@media (hover: hover)
&:hover
@content
/* /*
* Fixes an element on the page to take up all the space or only part of it. * Fixes an element on the page to take up all the space or only part of it.
* $side: all (default), top, bottom * $side: all (default), top, bottom