-
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(style): Make member list grid layout a resusable mixin (#27)
* refactor(style): Move breakpoint values to separate map for easier reuse * feat(style): Create `mq-between` media query mixin Add a mixin that allows you to include a media query that is true between two breakpoints. * refactor(style): Make member list grid layout a reusable mixin Write a mixin that allows specification of number of columns and gutter size and use it to show a 4-column grid on medium-sized screens, 5-column on full-width.
- Loading branch information
Showing
3 changed files
with
34 additions
and
13 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