aboutsummaryrefslogtreecommitdiff
path: root/site/static/docs/4.3
AgeCommit message (Collapse)AuthorFilesLines
2019-06-07Removal of one of the most iconic components of Bootstrap: the jumbotron ↵Martijn Cuppens10-0/+0
(#28876)
2019-06-06Clean component examples CSS (#28872)Shohei Yoshida2-71/+3
* Remove unused classes/styles and use utilities instead of specific styles * Use `getElementById` instead of `querySelector`
2019-05-08Drop all hover mixinsMark Otto1-1/+1
Previously deprecated in v4.x, this clears out the now unused Sass option and removes some unused mixins. Arguably we could remove more, but I like the hover-focus mixin and we make extensive use of it across the project.
2019-05-05fix progress bar animation, remove forEach not needed currentlyJohann-S1-9/+8
2019-04-18v5 dist (#28657)XhmikosR3-3/+3
2019-04-04_sidebar.scss: change ID to a class and type selector. (#28610)XhmikosR1-3/+3
2019-03-26Remove `http` from docs search. (#28557)XhmikosR1-4/+8
We use only `https` for a few months now.
2019-03-13Fix the chroma fix and use Sass more.XhmikosR1-14/+19
2019-03-13Workaround problematic Chroma bash highlighting.Bardi Harborow1-0/+5
2019-03-13Update syntax highlighting styles to match the Chroma ones.XhmikosR1-66/+72
2019-03-13Switch to Hugo.XhmikosR89-0/+1803
No more Ruby dependency and most important more than 10 times less build time (at least on Windows)!