aboutsummaryrefslogtreecommitdiff
path: root/assets/scss/_sidebar.scss
AgeCommit message (Collapse)AuthorFilesLines
2018-07-11Reorganize docs for easier deploysMark Otto1-166/+0
With the current docs directory setup, I'm making too many mistakes and have to manually address path changes and directory moves on deploy. This makes for a frustrating experience developing locally and shipping releases. With this PR, we're basically back to the same setup from v3—duplicating the dist directory into our docs directory. Not the most ideal, but very straightforward for me as the release manager.
2017-12-31docs: Fix overflow issue in IE. (#25142)Martijn Cuppens1-1/+1
2017-10-23Enable stylelint's `function-comma-space-after`. (#24501)XhmikosR1-9/+9
The option is set to `always-single-line` in stylelint-config-standard which we extend.
2017-10-20Change `max-height` to `height` in documentation sidebars (#24446)Gijs Boddeus1-2/+2
If the content of the page does not extend the full viewport height, the sidebars were shortened.
2017-10-02Switch to stylelint. (#23572)XhmikosR1-1/+1
2017-08-07new homepage, new assets, clean out old stuffMark Otto1-1/+1
2017-07-04move the overflow-y to the sticky `@supports` blockMark Otto1-2/+1
also remove the overflow-x. when you specify either overflow-y or overflow-x, the other is essentially nullified and thus ineffective anyway
2017-07-04overflow-y auto on toc menuGijs Boddeus1-0/+1
fixes #22977
2017-06-29Drop the old $gray- variables for the new color rangeMark Otto1-1/+1
2017-06-18Merge branch 'v4-dev' into colors-reduxMark Otto1-2/+4
2017-06-18remove - vars, update docs to generate from data yml files, update mixins, ↵Mark Otto1-1/+1
and generate card, button, bg, and color classes from the sass map
2017-06-17follow up to 4bab8b890e5337cda3a3221462ab40a84d96c3b4 to avoid the ↵Mark Otto1-2/+4
max-height if there's no sticky
2017-06-17use flexbox order property to change order of content for screenreadersMark Otto1-0/+2
2017-06-13tighten up sidebarMark Otto1-2/+6
2017-05-31redo how we do sticky sidebar because overflow-x/-y woesMark Otto1-3/+11
2017-05-30more minimal sidebar navMark Otto1-17/+16
2017-05-29wrap the sticky in a @supports so that edge and ie don't screw it all upMark Otto1-6/+10
2017-05-29Rearrange all the docs to allow for a docs/major.minor/ setupMark Otto1-0/+147