- 07 Feb, 2020 1 commit
-
-
Gaël Poupard authored
-
- 13 Jan, 2020 2 commits
- 25 Dec, 2019 4 commits
-
-
Martijn Cuppens authored
-
XhmikosR authored
-
XhmikosR authored
-
XhmikosR authored
-
- 20 Dec, 2019 1 commit
-
-
Martijn Cuppens authored
-
- 07 Nov, 2019 1 commit
-
-
XhmikosR authored
-
- 28 Oct, 2019 1 commit
-
-
Mark Otto authored
* v5: Simplify navbars by requiring containers * Update migration docs for navbar
-
- 16 Sep, 2019 1 commit
-
-
XhmikosR authored
-
- 06 Sep, 2019 1 commit
-
-
XhmikosR authored
-
- 03 Sep, 2019 1 commit
-
-
XhmikosR authored
* remove load event * use `forEach` and `querySelectorAll` * simplify check
-
- 02 Sep, 2019 1 commit
-
-
XhmikosR authored
-
- 28 Aug, 2019 1 commit
-
-
XhmikosR authored
-
- 05 Aug, 2019 1 commit
-
-
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
-
- 04 Aug, 2019 1 commit
-
-
XhmikosR authored
-
- 22 Jul, 2019 8 commits
-
-
Christian Oliff authored
-
XhmikosR authored
-
XhmikosR authored
-
XhmikosR authored
-
Mark Otto authored
-
Martijn Cuppens authored
-
Martijn Cuppens authored
-
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
-
- 12 Jul, 2019 1 commit
-
-
Mark Otto authored
-
- 07 Jun, 2019 1 commit
-
-
Martijn Cuppens authored
-
- 06 Jun, 2019 3 commits
-
-
XhmikosR authored
Co-Authored-By:
Shohei Yoshida <fellows3@gmail.com>
-
XhmikosR authored
Co-Authored-By:
Shohei Yoshida <fellows3@gmail.com>
-
XhmikosR authored
-
- 08 May, 2019 2 commits
-
-
Martijn Cuppens authored
* Documentation tweaks * Remove redundant col-12 classes
-
Patrick H. Lauke authored
-
- 13 Mar, 2019 2 commits