Create _mixins.sass

This commit is contained in:
Andros Fenollosa 2020-04-12 17:38:51 +02:00 committed by GitHub
commit 3916c9ff6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

6
_mixins.sass Normal file
View File

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