aboutsummaryrefslogtreecommitdiff
path: root/docs/4.1/examples
AgeCommit message (Collapse)AuthorFilesLines
2018-07-11Reorganize docs for easier deploysMark Otto66-3870/+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.
2018-06-24Fixes Edge and IE label overlapping issue (#25919)Christian Oliff1-0/+22
The 'Floating labels' example is only supported on Chrome, Safari and Firefox. On Edge and IE the label is displayed always and any text input overlaps the label which makes it unreadable. The fix here targets Edge and IE and makes the form behave normally, the labels are hidden and the placeholder color is standard.
2018-05-01Fix heading levels (#26433)Brandon1-8/+8
H3 was used without preceding H2, breaking document flow.
2018-04-12Docs/examples: change links to Sass documentation and example.com to httpsSwardu3-11/+11
2018-04-09Ship v4.1.0 (#26218)v4.1.0Mark Otto66-0/+3848
* update docs path from docs/4.0/ to docs/4.1/ * bump version to 4.1.0 * Update redirects to work for 4.1 docs move * Update docs version switcher to include latest and link to 4.0 docs * re-run dist * Update package-lock.json * Update docs-navbar.html