aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-05-28Fix responsive .col-{infix}-autoMark Otto1-1/+1
Responsive automatic column resets weren't working because they inherited their `max-width` from lower grid tiers. This was because we were resetting the `width`, not the `max-width`.
2017-05-28shorter titleMark Otto1-1/+1
2017-05-28html lintingMark Otto5-5/+5
2017-05-28jobs url addedMark Otto2-0/+4
2017-05-28fix font-size and bordersMark Otto1-2/+3
2017-05-28hide social on mobile for nowMark Otto1-1/+1
2017-05-28fix font-size to compute to 14px evenMark Otto1-1/+1
2017-05-28.bd-lead refinement for mobileMark Otto1-1/+3
2017-05-28fix homepageMark Otto2-2/+1
2017-05-28try out a different navbar approachMark Otto5-47/+88
2017-05-28new styles for docsearchMark Otto1-0/+60
2017-05-28add docsearchMaxime Locqueville3-38/+13
2017-05-28add jekyll include parametersMark Otto5-8/+8
2017-05-28update svgsMark Otto2-2/+2
2017-05-28new toc in utils and about and extendMark Otto17-41/+37
2017-05-27update components docsMark Otto21-168/+69
2017-05-27revisit how we do these heading examples because the jekyll-toc plugin ↵Mark Otto2-57/+105
renders them awkwardly
2017-05-27update content docsMark Otto5-41/+13
2017-05-27hide third level toc and deeperMark Otto1-0/+4
2017-05-27update layout pagesMark Otto4-30/+8
2017-05-27revamp getting started docs to use new tocMark Otto8-55/+24
2017-05-27prep the navbar for some old version stuffMark Otto1-0/+14
2017-05-27fix viewboxMark Otto1-1/+1
2017-05-27swap kramdown toc for jekyll-toc plugin, update page layout to only show on ↵Mark Otto7-51/+51
xl and above
2017-05-27update nav to use logo at all timesMark Otto1-10/+8
2017-05-27purple navMark Otto2-19/+9
2017-05-27remove top/bottom paddingMark Otto1-5/+0
2017-05-27always show docs searchMark Otto1-1/+1
2017-05-27finesse the docs layoutMark Otto2-3/+6
2017-05-27redesign sidebar a bitMark Otto1-47/+25
2017-05-27make it big screen friendlyMark Otto3-2/+10
2017-05-27more responsive docs navMark Otto2-74/+54
2017-05-27update pathMark Otto1-2/+2
2017-05-27move .scss-lint.yml to route dir instead of symlink (which didn't work)Mark Otto4-5/+4
2017-05-27explicit stylesMark Otto1-7/+9
2017-05-27hack the headings for sticky header so shit doesn't overlapMark Otto1-1/+15
2017-05-27position the markdown toc on the right for larger screensMark Otto1-0/+19
2017-05-27new nav stylesMark Otto2-8/+14
2017-05-27give the navbar a fixed height so we can position other sticky elements more ↵Mark Otto1-0/+1
reliably
2017-05-27moved fileMark Otto1-1/+1
2017-05-27remove ads from in these pages, move some content to descriptionsMark Otto2-6/+2
2017-05-27Add a symlink to the scss-lint for doing local devMark Otto1-0/+1
2017-05-27• Add SVGs for GitHub, Slack, and TwitterMark Otto5-1/+4
• Move the Bootstrap SVG into the same folder
2017-05-27style our svg icons in the navbarMark Otto1-0/+7
2017-05-27drop navbar search for download button and social iconsMark Otto1-4/+19
2017-05-27full width navbar tooMark Otto1-3/+1
2017-05-27make the body full widthMark Otto1-10/+5
2017-05-27Merge branch 'v4-dev' into v4-docs-streamlinedMark Otto1-2/+2
2017-05-27Add `docs-clean` task to watch scriptsMark Otto1-2/+2
Without this, the CSS and JS files don't get copied over to the `docs/dist/` folder during development. I imagine we can simplify this and not run it twice, and instead run it once? Unsure. /cc @johann-s
2017-05-27Merge branch 'v4-dev' into v4-docs-streamlinedMark Otto290-16035/+27279