aboutsummaryrefslogtreecommitdiff
path: root/site/docs
AgeCommit message (Collapse)AuthorFilesLines
2019-02-07Remove ToC from pages when we don't have (m)any headers.XhmikosR6-6/+0
2019-02-06Fix `.nav-justified` example (#28193)Martijn Cuppens1-10/+18
2019-02-06Remove outdated reference to not-allowed cursor (#28188)Patrick H. Lauke1-1/+1
as this styling was removed back in https://github.com/twbs/bootstrap/commit/7056f702408a97f01cb32bc6075d88ec27cdcf52
2019-02-06Fix text break in Firefox (#28063)Martijn Cuppens1-1/+1
2019-02-06carousel.md: Highlight the whole example for consistency.XhmikosR1-10/+3
2019-02-06docs license header: split sentence in period.XhmikosR2-4/+4
2019-02-06Add missing trailing slash.XhmikosR1-1/+1
2019-02-05Move dropdown offset function logic into private function. (#28138)Jason Golieb1-1/+5
2019-02-05Add support for tooltip offset option to be a function.Jason Golieb1-2/+6
2019-02-04examples: remove JS from blog and sticky footer. (#28173)XhmikosR2-0/+2
They don't use it.
2019-02-03Fix negative margin example (#28140)Ryan Worth1-2/+2
Negative margin example wasn't displaying correctly due to border and background styling being applied directly to the `.col` element. Made a child element and applied the styling to it
2019-01-30components: redirect to the alerts page (#28147)XhmikosR2-3/+3
2019-01-29image-replacement.md: use three dots.XhmikosR1-1/+1
2019-01-29Add missing trailing slash.XhmikosR1-1/+1
2019-01-29build-tools.md: `npm` is written lowercase.XhmikosR1-4/+4
2019-01-29migration.md: remove stray `/`.XhmikosR1-1/+1
2019-01-22Add `deprecate()` mixin (#28092)Martijn Cuppens1-0/+1
2019-01-21Fix approach redirect. (#28095)XhmikosR2-7/+1
2019-01-20Make component colors configurable (#28035)Martijn Cuppens1-1/+1
2019-01-20Scrollable modal (#27769)Shohei Yoshida1-1/+101
2019-01-14Examples: add tabindex="-1" and aria-disabled="true" on disabled linksLaussel Loïc5-6/+6
2019-01-13Add some margin below the buttonsMartijn Cuppens1-0/+1
2019-01-13Add new rounded sizes classes (#28011)Justin1-0/+14
* update border-radius mixins Add $enable-rounded as a keyword argument to border-raidus mixins * Update rounded classes - use border-radius mixins to repleace !important - use true for $enable-rounded for rounded classes - Add `.rounded-sm` and `.rounded-sm` #27934 * update borders docs * Revert touch of dist files * Revert change of border-radius mixins * use !important in border-radius utilies classes * update border radius classes keep only rounded-lg and rounded-sm
2019-01-11Add form-validation-states Sass map (#27999)Mark Otto1-0/+31
2019-01-10Update devDependencies. (#28016)XhmikosR1-1/+1
2019-01-08npm run test to build dist filesMark Otto3-6/+6
2019-01-08Examples: use `{{ site.time | date: "%Y" }}`.XhmikosR7-7/+7
Since they are being build, no point in hardcoding the year.
2019-01-08Bump copyright year to 2019.XhmikosR9-11/+11
2019-01-07docs: use the `twitter` Jekyll variable everywhere (#27990)文翼1-2/+2
2019-01-07Blog example IE fix & minor tweaks (#27933)Martijn Cuppens1-20/+20
2019-01-07Add horizontal list group modifier (#27970)Mark Otto2-0/+19
Alternate take to #27683 that builds the modifier class based on min-width, such that list groups are stacked until the class's breakpoint is reached. This is less verbose, matches our primary responsive approach, and prevents an extra class. Unfortunately, I believe supporting flush list groups is too much code here, so I've skipped that and made a note in the docs. Also added examples generate from our breakpoints data file with a protip for how to do equal width items.
2019-01-05Switch to our Stylelint config. (#27974)XhmikosR1-1/+3
2019-01-04latest changesMark Otto2-2/+2
2019-01-04carousel should not cycle when there is no data-ride on init (#27968)Johann-S1-1/+1
2019-01-04Add note to the summary of important changesMark Otto1-0/+1
2019-01-04Move hand cursor for buttons to rebootMartijn Cuppens3-14/+16
2019-01-02Fix Typo on docs (#27962)sabruss1-1/+1
2018-12-31Add a few more redirects.XhmikosR7-8/+15
2018-12-29Configurable display utility classes (#27917)Martijn Cuppens1-0/+2
2018-12-27toasts: mention that positioning is manual. (#27931)XhmikosR1-0/+1
2018-12-24stretched-link.md: fix typo (#27918)XhmikosR1-1/+1
2018-12-23Add horizontal card example (#27906)Mark Otto1-0/+22
2018-12-23versions: sort from newer to older. (#27898)XhmikosR1-11/+12
2018-12-23Fix 4:3 embed (#27910)XhmikosR1-1/+1
2018-12-23Blacklist border-radius property (use mixin instead) (#27900)Martijn Cuppens5-9/+9
2018-12-22move to 4.2Mark Otto1-0/+0
2018-12-23Merge branch 'v4-dev' into stretched-linkXhmikosR1-2/+0
2018-12-22Remove obsolete redirects in examples. (#27897)XhmikosR1-2/+0
2018-12-22Merge branch 'v4-dev' into stretched-linkXhmikosR208-227/+294
2018-12-21Add a notes about multiple links/targets, remove multiple link exampleMark Otto1-22/+2