forked from jekyll/minima
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor scss to mobile-first (jekyll#130)
* refactor SCSS to mobile-first Styles meant for small screens is moved from media queries to become the default styles, and styles affecting larger screens are moved into media queries. * Remove all uses of desktop-first media-query mixin * set new variables to value of old variables * add comment as deprecation warning for media query mixin
- Loading branch information
1 parent
6147346
commit f44089e
Showing
3 changed files
with
95 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters