Skip to content

Instantly share code, notes, and snippets.

View sickOscar's full-sized avatar
🤖

Oscar Chinellato sickOscar

🤖
View GitHub Profile
/*
_______
These simple SCSS mixins for Foundation4 are made by me to deal with media-queries and have a clean code at the same time! ;)
****IMPORTANT****
Due to Foundation 4 uses mobile-first methodology, every $phone-"X" variable in these mixins defines the value for every screen size.
$desktop-"X" values overrides $phone-"X" values when window width is 768px and above.
So, to simplify this, we can think that way: ($phone-"X" < 768px => $desktop-"X")