1. 08 Sep, 2021 1 commit
  2. 19 Nov, 2020 1 commit
    • XhmikosR's avatar
      Switch to Hugo · b46f05a9
      XhmikosR authored
      This commit includes all the needed workarounds and most changes from the main branch for everything to work, like:
      
      * removing empty lines in raw HTML that break output
      * read .browserslistrc, CSS variables from disk instead of duplicating it
      * using Hugo mounts
      * using Hugo for the docs CSS/JS
      * move ToC Sass code to a separate file while adapting it for Hugo
      
      Thus, this patch makes our npm scripts faster since lint runs on one step and there's no separate docs assets processing.
      b46f05a9
  3. 26 Oct, 2020 1 commit
  4. 19 Sep, 2020 1 commit
  5. 12 May, 2020 2 commits
  6. 30 Apr, 2020 1 commit
  7. 26 Nov, 2019 1 commit
  8. 17 Aug, 2019 2 commits
    • Mark Otto's avatar
      Responsive containers (follow-up to #29095) (#29118) · 81fa9024
      Mark Otto authored
      * Follow-up to #29095
      
      This PR fixes the responsive containers that were added in #29095, originally stubbed out in #25631. Apologies to @browner12 for getting that wrong.
      
      Fixes #25631.
      
      * update navbar as well because we cannot reset all containers uniformly
      
      * Update navbars example to include container-xl example to ensure containers match
      
      * rewrite responsive containers docs, add table of max-widths
      
      * Update container docs
      - Move table up to the intro
      - Remove the container example because it's actually hella confusing
      - Update and link to grid example as a demo instead
      81fa9024
    • Mark Otto's avatar
      v4/v5: Add responsive containers (#29095) · 2892675f
      Mark Otto authored
      * create responsive containers
      
      provide more flexibility and allow the user to determine when containers switch from fluid to fixed width.
      
      * fix the base container code
      
      this commit fixes the non-media portion of the generated CSS. I learned about the `@extends` directive and was able to put it to good use.
      
      I create a new temporary map that contains all the main `$container-max-widths` and join it to our 2 special cases of 'xs' and 'fluid'.  Then we loop through that and, with the appropriate infixes, extend our placeholder
      
      * formatting for style
      
      forgot to run my tests before the last push, i think these are better.
      
      * finish incomplete comment
      
      * fix the responsive containers
      
      using the `@extend` directive I was able to clean up this code
      
      * fix responsive containers in the navbar
      
      mostly we just look through all of our breakpoints so we can include all of the responsive container classes in the tweaks we have to do for the navbar (redeclaring flex properties, don't double up on padding, etc)
      
      * Simplify container extends
      
      * Simplify navbar containers
      
      * Rearrange, add comments, ensure everything is nested in $enable-grid-classes
      
      * Reduce new CSS by using attribute selector
      
      We avoid using `@extend` whenever possible, and this is more readable
      
      * Update _grid.scss
      
      * Update _navbar.scss
      
      * Add docs for responsive containers, redesign the container layout page
      
      * Add to the Grid example
      2892675f
  9. 31 Jul, 2019 1 commit
  10. 11 Feb, 2019 1 commit
  11. 07 Feb, 2019 2 commits
  12. 14 Jan, 2019 1 commit
  13. 07 Jan, 2019 1 commit
    • Mark Otto's avatar
      Add horizontal list group modifier (#27970) · e6b1eefc
      Mark Otto authored
      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.
      e6b1eefc
  14. 23 Dec, 2018 1 commit
  15. 21 Dec, 2018 1 commit
    • Mark Otto's avatar
      Prep for v4.2.0 release · eda851ee
      Mark Otto authored
      - Move 4.1 docs to 4.2
      - Update versions everywhere to 4.1.3 with release script
      - Manually bump the shorthand version in package.json
      - Add 4.2 to the versions docs page
      - Update some redirects
      - Fix tests asset URLs
      - Bump Nuget and more
      eda851ee
  16. 20 Nov, 2018 1 commit
  17. 12 Jul, 2018 1 commit
    • Mark Otto's avatar
      Reorganize docs for easier deploys · 0e920ce3
      Mark Otto authored
      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.
      0e920ce3
  18. 12 Mar, 2018 1 commit
  19. 15 Jan, 2018 1 commit
  20. 02 Jan, 2018 1 commit
  21. 28 Dec, 2017 1 commit
  22. 27 Dec, 2017 1 commit
  23. 23 Dec, 2017 1 commit
    • Mark Otto's avatar
      Restyle code element, remove docs example overflow, improve docs examples (#25054) · 0a420124
      Mark Otto authored
      * Restyle code element, clean up variables
      
      - Removes the padding and background-color
      - Changes the color to a brand color ()
      - Add new variables to kbd element styles to account for removing the code ones
      - Remove overrides that were needed previously
      
      * only break between words, and override it in the pre
      
      * make file inputs 100% wide
      
      * scope custom file changes in input group for sizing
      
      * shorter button labels for responsive
      
      * narrower cards
      
      * button was too wide
      
      * downsize
      
      * fewer links in pagination
      
      * redo cell text
      
      * improve overflow docs
      Unverified
      0a420124
  24. 27 Nov, 2017 1 commit
    • Patrick H. Lauke's avatar
      Fix docs horizontal scrollbar (#24878) · 05d88ca2
      Patrick H. Lauke authored
      * Fix docs horizontal scrollbar in Components > Modal
      
      * Add overflow to docs example class
      
      * Drop the handleUpdate() variant
      
      While I understand the variant covers the "get a particular plugin instance" case from http://getbootstrap.com/docs/4.0/getting-started/javascript/#programmatic-api it seems weird that we do it here but not everywhere else in the docs (randomly checking other pages, we seem to stick to the documented methods as written on those pages). As this isn't properly explained as is, and as it adds nothing (more of a preference for authors), it would be easier to just drop the variant and stick with the documented method as outlined later on in the same page (avoids having to go off on a "why should you use this instead of that" tangent here).
      05d88ca2
  25. 22 Oct, 2017 2 commits
  26. 06 Oct, 2017 1 commit
  27. 03 Oct, 2017 1 commit
  28. 13 Aug, 2017 1 commit
  29. 12 Aug, 2017 1 commit
    • Gijs Boddeus's avatar
      fix docs modal example fade out · 9a03d7ef
      Gijs Boddeus authored
      the z-index was only corrected for `.modal.show` which made the modal drop behind the header and backdrop when fading out
      simply dropping the `.show` from this selector will correct this issue
      9a03d7ef
  30. 30 Jun, 2017 2 commits
  31. 26 Jun, 2017 2 commits
  32. 21 Jun, 2017 1 commit
  33. 18 Jun, 2017 1 commit
  34. 30 May, 2017 1 commit