- 02 Nov, 2018 2 commits
- 01 Nov, 2018 1 commit
-
-
Sebastian Hädrich authored
-
- 31 Oct, 2018 2 commits
-
-
ysds authored
-
Martijn Cuppens authored
-
- 30 Oct, 2018 12 commits
-
-
Johann-S authored
-
ysds authored
-
Martijn Cuppens authored
-
Johann-S authored
-
Andrew Luca authored
-
Andrew Luca authored
Having variables initialised from start `_isTransitioning` is better. Would be better to add an eslint rule to check for undeclared variables use. Reordered enter checks for `show` and `hide` by priority.
-
XhmikosR authored
-
XhmikosR authored
-
XhmikosR authored
-
Matheus Rocha Vieira authored
-
Martijn Cuppens authored
-
Martijn Cuppens authored
-
- 29 Oct, 2018 8 commits
-
-
XhmikosR authored
Only run `coveralls` and `check-broken-links` tasks when we run the Test phase.
-
Johann-S authored
-
Johann-S authored
-
XhmikosR authored
-
Johann-S authored
-
dercodercom authored
I'm using Tab.js with remove function and get an error "TypeError: container is undefined [more info]", with this check the error is fixed.
-
Martijn Cuppens authored
-
Martijn Cuppens authored
-
- 28 Oct, 2018 1 commit
-
-
Johann-S authored
-
- 23 Oct, 2018 6 commits
-
-
Ng Yik Phang authored
- Remove `.sr-only` span for previous/next page, there is already`aria-label` - Add `aria-disabled="true"` and `aria-current="page"`
-
ItaloBC authored
This allows the user to make a container (ideally) to use viewport height and width and allow better vertical/horizontal alignments of elements.
-
Martijn Cuppens authored
-
Caíque de Castro Soares da Silva authored
Fixes #25870
-
Mitko Georgiev authored
This change follows exactly what was done for the `$grays`, `$colors`, and `$theme-colors` lists in #23260. This allows for easy addition of new breakpoints or grid containers also.
-
Martijn Cuppens authored
-
- 22 Oct, 2018 4 commits
-
-
Martijn Cuppens authored
-
XhmikosR authored
-
XhmikosR authored
Now that we don't have the ToC issue with the examples' headers in ToC, we can safely do this.no_toc_section_class
-
- 21 Oct, 2018 4 commits
-
-
Martijn Cuppens authored
-
Johan Beckers authored
If I want to customise the breakpoints using `em`, I get compatibility errors. It is good practice to set breakpoints in `em` instead of `px` when users use browser scaling. See https://zellwk.com/blog/media-query-units/#concluding-the-experiments for more information why someone would like to do this. Only Safari users can get annoyed: https://adamwathan.me/dont-use-em-for-media-queries/ In any case, using a unitless number at line 42 would be very convenient.
-
XhmikosR authored
-
Nicolay Hvidsten authored
The current documentation for .flex-fill indicated that the flex items would have equal widths, regardless of content. This update ensures that the documentation reflects the fact that the width of the flex items depends on their actual content.
-