aboutsummaryrefslogtreecommitdiff
path: root/_data
AgeCommit message (Collapse)AuthorFilesLines
2017-07-30_data/browser-features.yml: remove trailing spaces.XhmikosR1-1/+1
2017-07-27Wall of Browser Bugs: Update CSS multi-column entries (#23168)Chris Rebert1-10/+10
Remove https://bugzilla.mozilla.org/show_bug.cgi?id=1282363 because CSSWG deemed Firefox's behavior to be the correct behavior per https://github.com/w3c/csswg-drafts/issues/314 Replace it with a Chrome bug about changing Chrome to follow the spec & Firefox: https://bugs.chromium.org/p/chromium/issues/detail?id=269061
2017-07-27Remove fixed bugs from Wall of Browser Bugs (#23159)Chris Rebert1-40/+0
* https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/817822/ * https://bugs.chromium.org/p/chromium/issues/detail?id=465274 * https://bugs.chromium.org/p/chromium/issues/detail?id=510079 * https://bugs.webkit.org/show_bug.cgi?id=158276
2017-07-26Remove Firefox transitioncancel entry from Most Wanted listChris Rebert1-10/+0
The transitioncancel event was shipped in Firefox 53 🎉 https://bugzilla.mozilla.org/show_bug.cgi?id=1264125
2017-07-02fix some busted linksMark Otto1-5/+0
2017-07-01Removed Japanese translationBailey1-5/+0
The Japanese website (http://bootstrap4.jp/) doesn't exist therefore I removed the link to it.
2017-07-01Redo the "responsive helpers" filesMark Otto1-1/+2
- Moves the embed SCSS to the utilities subfolder - Separate the floats from the embed docs - Rename embed docs from responsive helpers to embeds
2017-07-01Move /utilities/typography to /utilities/text to match SCSS file nameMark Otto1-1/+1
2017-07-01Move /utilities/flexbox to /utilities/flex to match name of SCSS fileMark Otto1-1/+1
2017-06-25update theme colorsMark Otto1-10/+10
2017-06-18Merge branch 'v4-dev' into colors-reduxMark Otto1-1/+1
2017-06-16hide for nowMark Otto1-1/+1
2017-06-15prep docs for displaying the colorsMark Otto3-0/+60
2017-05-29Rearrange all the docs to allow for a docs/major.minor/ setupMark Otto7-0/+821
2013-12-28Rearrange repository contents because muahahahahahahaMark Otto1-203/+0
2013-12-22Remove timestamp on generated GlyhpiconsMark Otto1-3/+2
2013-12-22gruntMark Otto1-1/+1
2013-12-18Write Glyphicons to _data, generate Glyphicons markupRoss Allen1-0/+204
This generates a glyphicons.yml file from the glyphicons.less source, and then components.html uses that data to generate the Glyphicons docs by iterating through the data. The _data directory was introduced in Jekyll 1.3.0, and GitHub Pages is already on [version 1.4.2][1]. Fixes #11862. [1] https://github.com/github/pages-gem/blob/master/github-pages.gemspec#L16