1. 10 Mar, 2020 1 commit
  2. 05 Mar, 2020 1 commit
  3. 04 Mar, 2020 2 commits
  4. 07 Feb, 2020 1 commit
  5. 13 Jan, 2020 2 commits
  6. 25 Dec, 2019 4 commits
  7. 20 Dec, 2019 1 commit
  8. 07 Nov, 2019 1 commit
  9. 28 Oct, 2019 1 commit
  10. 16 Sep, 2019 1 commit
  11. 06 Sep, 2019 1 commit
  12. 03 Sep, 2019 1 commit
  13. 02 Sep, 2019 1 commit
  14. 28 Aug, 2019 1 commit
  15. 05 Aug, 2019 1 commit
    • Mark Otto's avatar
      Responsive containers (follow-up to #29095) (#29118) · d94148bf
      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
      d94148bf
  16. 04 Aug, 2019 1 commit
  17. 22 Jul, 2019 8 commits
    • Christian Oliff's avatar
    • XhmikosR's avatar
      Use sha384. · 967f1ab3
      XhmikosR authored
      967f1ab3
    • XhmikosR's avatar
      Manually escape script. · 262a24b6
      XhmikosR authored
      262a24b6
    • XhmikosR's avatar
      Remove useless script. · 8b59b73a
      XhmikosR authored
      8b59b73a
    • Mark Otto's avatar
    • Martijn Cuppens's avatar
      b4c42234
    • Martijn Cuppens's avatar
    • Mark Otto's avatar
      v4/v5: Add responsive containers (#29095) · 634344c0
      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
      634344c0
  18. 12 Jul, 2019 1 commit
  19. 07 Jun, 2019 1 commit
  20. 06 Jun, 2019 3 commits
  21. 08 May, 2019 2 commits
  22. 13 Mar, 2019 2 commits
    • XhmikosR's avatar
      Add a docsref shortcode. · 5d6e896e
      XhmikosR authored
      This allows for the build to fail if a reference isn't found.
      5d6e896e
    • XhmikosR's avatar
      Switch to Hugo. · d95d3002
      XhmikosR authored
      No more Ruby dependency and most important more than 10 times less build time (at least on Windows)!
      d95d3002