Update _mixins.sass
This commit is contained in:
parent
ed1656007c
commit
bc4d4baf08
10
_mixins.sass
10
_mixins.sass
@ -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.
|
||||
* $side: all (default), top, bottom
|
||||
|
Loading…
Reference in New Issue
Block a user