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:
9
assets/sass/abstracts/_responsive.scss
Normal file
9
assets/sass/abstracts/_responsive.scss
Normal 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();
|
||||
}
|
Reference in New Issue
Block a user