aboutsummaryrefslogtreecommitdiff
path: root/scss/_utilities-responsive.scss
AgeCommit message (Collapse)AuthorFilesLines
2015-12-23Reorganize utilities into more separate files under a `/scss/utilities/` ↵Chris Rebert1-49/+0
directory [skip sauce] [skip validator]
2015-10-28scss/_utilities-responsive.scss: Fix outdated comment headingChris Rebert1-1/+1
[skip sauce] [skip validator]
2015-08-26rm responsive-invisibility mixin since it's only used onceChris Rebert1-1/+1
inline the one remaining usage into .hidden-print's definition rm now-empty scss/_utilities-responsive.scss file [skip sauce] [skip validator]
2015-08-17clean out comments that aren't all that helpfulMark Otto1-5/+0
2015-04-18more comments and formatting clean upMark Otto1-0/+5
2015-01-21Reorg @viewport now that we don't need to worry about non-responsive layoutsChris Rebert1-20/+0
2015-01-06Overhaul responsive visibility classesChris Rebert1-92/+13
Thanks to @glebm for help refactoring this to use the breakpoint mixins.
2015-01-06Kill scss/mixins/_media-queries.scssChris Rebert1-15/+15
replaced media-xs => media-breakpoint-down(xs) replaced media-sm => media-breakpoint-up(sm) replaced media-sm-max => media-breakpoint-only(sm) replaced media-md => media-breakpoint-up(md) replaced media-md-max => media-breakpoint-only(md) replaced media-lg => media-breakpoint-up(lg)
2014-12-11fix all validation, turn off some settings, add sort orderMark Otto1-4/+4
2014-12-02convert to scssMark Otto1-0/+148