-
Updated
Oct 20, 2019 - JavaScript
mobile-first
Here are 336 public repositories matching this topic...
Goals
Update code to npm install --save realm@5.0.0 at realm package installation instruction after switching to Realm JavaScript 5.0.0 Latest in the documentation.
Expected Results
npm install --save realm@5.0.0 at installation instruction of Realm JavaScript 5.0.0 Latest in the documentation.
Actual Results
Package installation with the instruction of 4.0.0beta version in the
-
Updated
Sep 29, 2017 - CSS
-
Updated
Apr 20, 2020 - JavaScript
-
Updated
Apr 29, 2020 - JavaScript
-
Updated
May 22, 2020 - JavaScript
-
Updated
Jan 8, 2018 - JavaScript
-
Updated
May 22, 2020 - Kotlin
-
Updated
Apr 18, 2020 - PHP
-
Updated
May 24, 2020 - JavaScript
-
Updated
May 17, 2020 - JavaScript
-
Updated
Apr 27, 2020 - CSS
Media queries can be replaced with Bootstrap mixins
Old
@media (min-width: 768px) {
.sidebar {
position: static;
height: 100%;
}
}
}
New
@include media-breakpoint-up(md) {
.sidebar {
position: static;
height: 100%;
}
}
}
More info in: [Bootstrap4 docs](https://getbootstrap.com/doc
I'm not sure why, but the offset-s0 was being ignored and overwritten by the medium one.
I changed it to offset-s0-important but that forced me to write down the offset for all the sizes instead of just medium.
<div class="xs12 s12 offset-xs0 offset-s0-important m6 offset-m3 offset-l3 offset-xl3">
It feels wrong to add so many classes. I expected it to work without the large and xl ve
-
Updated
Apr 25, 2018 - TypeScript
-
Updated
May 22, 2020 - JavaScript
-
Updated
May 21, 2020 - JavaScript
-
Updated
Nov 27, 2019 - JavaScript
-
Updated
May 18, 2020 - JavaScript
-
Updated
Nov 6, 2016 - HTML
-
Updated
Nov 13, 2018 - HTML
-
Updated
May 20, 2020 - CSS
-
Updated
Jan 17, 2017 - Python
-
Updated
Sep 10, 2019 - HTML
-
Updated
May 22, 2020 - PHP
-
Updated
Aug 13, 2013 - JavaScript
-
Updated
Jul 23, 2018 - JavaScript
-
Updated
May 23, 2020 - CSS
Improve this page
Add a description, image, and links to the mobile-first topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the mobile-first topic, visit your repo's landing page and select "manage topics."
Follow up from #4453
Currently, documentation for
<b-table>really only discusses and provides examples for therow-selectedevent:https://bootstrap-vue.org/docs/components/table/#row-select-support
The only places the
row-clickedevent is mentioned are:https://bootstrap-vue.org/docs/components/table/#data-row-accessibility
https://bootstrap-vue.org/docs/components/table/#comp-re