1. 22 May, 2018 2 commits
  2. 20 May, 2018 1 commit
  3. 18 May, 2018 1 commit
    • domq's avatar
      Fix double-transition bug (#26452) · 616ce9b7
      domq authored
      By applying the transition: CSS property only to classes that are
      active during sliding, we avoid an unnecessary, non-zero-time
      animation that although mostly invisible, does interfere with e.g.
      z-index based parallax
      616ce9b7
  4. 15 May, 2018 2 commits
  5. 07 May, 2018 1 commit
  6. 01 May, 2018 1 commit
  7. 30 Apr, 2018 3 commits
  8. 29 Apr, 2018 2 commits
    • Constantin Ross's avatar
      Update README.md · 7c53a8a1
      Constantin Ross authored
      7c53a8a1
    • David De Sloovere's avatar
      Doc update - remove media-breakpoint-up(xs) (#26316) · 447f9f69
      David De Sloovere authored
      * Doc update - remove media-breakpoint-up(xs)
      
      If media-breakpoint-down(xl) is not listed, then media-breakpoint-up(xs) does not need to be listed either.
      The above 4 media queries are now aligned with the 4 media-breakpoint-up mixins (just like their media-breakpoint-down counterparts).
      
      * Improve media-breakpoint-up/down docs
      447f9f69
  9. 27 Apr, 2018 2 commits
  10. 26 Apr, 2018 1 commit
  11. 24 Apr, 2018 6 commits
  12. 22 Apr, 2018 1 commit
  13. 19 Apr, 2018 1 commit
  14. 17 Apr, 2018 3 commits
  15. 16 Apr, 2018 5 commits
  16. 15 Apr, 2018 1 commit
    • Patrick H. Lauke's avatar
      Remove `dialog` from the HTML5 shim style (#26269) · e000933c
      Patrick H. Lauke authored
      `<dialog>`, in browsers that support it, has user agent styles of `dialog { display:block; ...} dialog:not([open]) { display:none; }`
      by forcing it to `display:block` in the shim, the dialog is shown even when closed. There's no clean way to shim this for non-supporting browsers,
      but arguably these browsers would have further problems with pure `<dialog>` usage anyway, and it's up to authors to then use different elements/shims.
      e000933c
  17. 14 Apr, 2018 1 commit
  18. 13 Apr, 2018 1 commit
  19. 12 Apr, 2018 3 commits
  20. 11 Apr, 2018 1 commit
  21. 10 Apr, 2018 1 commit