forked from TodayDesign/megatype
-
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.
Add a respond-to() mixin to apply media queries using meaningful aliases
The respond-to() mixin introduced by http://breakpoint-sass.com/ improves the readability of the source stylesheet allowing to apply media queries using meaningful names instead of numbers. Add such mechanism to megatyoe too. The code is heavily inspired by http://breakpoint-sass.com/ this should be OK because its license is MIT and hence compatible with megatypes. Fixes Issue TodayDesign#37
- Loading branch information
Showing
2 changed files
with
70 additions
and
0 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