Create _mixins.sass

This commit is contained in:
Andros Fenollosa
2020-04-12 17:38:51 +02:00
committed by GitHub
commit 3916c9ff6f

6
_mixins.sass Normal file
View File

@ -0,0 +1,6 @@
@mixin pin
position: fixed
top: 0
left: 0
right: 0
bottom: 0