aboutsummaryrefslogtreecommitdiff
path: root/site/_data/browser-bugs.yml
AgeCommit message (Collapse)AuthorFilesLines
2019-03-13Switch to Hugo.XhmikosR1-411/+0
No more Ruby dependency and most important more than 10 times less build time (at least on Windows)!
2018-12-12Remove now unnecessary -ms-viewport and -ms-overflow-style directives (#27789)Patrick H. Lauke1-10/+0
Edge/Mobile appears to have moved support for `-ms-viewport` behind a flag at some point, instead supporting meta viewport directives. Removing this altogether also fixes issues in IE11 on high-dpi displays - see https://github.com/twbs/bootstrap/issues/21780
2018-09-10Remove certain Chromium entries from Wall of BugsHerst1-30/+0
2018-07-11Reorganize docs for easier deploysMark Otto1-0/+451
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.