Skip to content

Instantly share code, notes, and snippets.

View niktariy's full-sized avatar
🎯
Focusing

Veronika niktariy

🎯
Focusing
View GitHub Profile
@niktariy
niktariy / _media.sass
Last active July 10, 2019 12:03
media queries mixins mobilefirst
$extra_small: 599px
$small: 600px
$medium: 900px
$large: 1200px
$extra_large: 1550px
=xs-only
@media screen and (max-width: #{$extra_small})
@content