1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-19 10:55:31 -04:00

refactor responsive SCSS using mixins

This commit is contained in:
2019-11-03 21:36:51 -05:00
parent 4dd67b6723
commit 4f7c01d600
16 changed files with 182 additions and 164 deletions

View File

@@ -0,0 +1,9 @@
@charset "UTF-8";
// Responsive Awesomeness
@media screen and (max-width: $responsive-width) {
@include responsive--global();
@include responsive--home();
@include responsive--notes();
@include responsive--videos();
}