aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs/4.3
AgeCommit message (Collapse)AuthorFilesLines
2019-04-30Add truncated example of custom file browserMartijn Cuppens1-0/+13
2019-04-30Change custom file markupysds2-39/+24
2019-04-15change how bootstrap can be imported in bundlersJohann-S1-5/+6
2019-03-18Revert "Remove Internet Explorer leftovers."XhmikosR4-6/+20
This reverts commit 089e3334a710ae5fddea3ec5bb1a83a8f786196c.
2019-03-18Revert "Add information about IE 11 compatibility."XhmikosR1-37/+0
This reverts commit 1da5b9f76a05feae2663316247937aabda91d487.
2019-03-14Remove hover states on background utilities (#28457)Martijn Cuppens1-1/+1
2019-03-14v5: Drop remaining deprecated mixins (#28461)Mark Otto3-64/+0
- Deletes mixin mentions from float docs - Deletes mixin mention from visibility docs - Deletes the image-replacement page for text-hide
2019-03-14v5: Update badges (#28458)Mark Otto1-25/+14
- Drop hover and focus states - Drop .badge-* variants and associated mixin for .bg-* utilities - Drop .badge-pill for .rounded-pill utliity and adjust horizontal padding to find middle ground of .badge and old .badge-pill - Remove unused variables - Add default color value to .badge base class - Update docs to reflect changes
2019-03-13browsers-devices.md: escape what we read.XhmikosR1-1/+1
2019-03-13Simplify browser bugs inline shortcodeBjørn Erik Pedersen1-26/+8
2019-03-13Fix bugify.Bjørn Erik Pedersen1-4/+4
2019-03-13Add a docsref shortcode.XhmikosR44-110/+110
This allows for the build to fail if a reference isn't found.
2019-03-13Move this to a partial to work around the stray `p` issue.XhmikosR1-14/+1
2019-03-13Work around the docs/ redirects.XhmikosR2-2/+5
This happens because we have the section kind enabled (needed for examples).
2019-03-13Remove newlines in raw HTML.XhmikosR1-3/+0
This causes `p` tags which is invalid HTML.
2019-03-13Remove HTML comment; it breaks rendering.XhmikosR1-1/+1
2019-03-13browsers-devices.md: Read .browserslistrc instead of duplicating the content.XhmikosR1-12/+1
2019-03-13Switch to Hugo.XhmikosR115-0/+18751
No more Ruby dependency and most important more than 10 times less build time (at least on Windows)!