-
Updated
Oct 20, 2019 - JavaScript
mobile-first
Here are 355 public repositories matching this topic...
Since tslint is deprecated, we should migrate the project to use eslint with the typescript plugins instead.
This work has been (sort of) started in realm/realm-js#2794.
-
Updated
Sep 29, 2017 - CSS
-
Updated
Apr 20, 2020 - JavaScript
-
Updated
Jun 18, 2020 - JavaScript
-
Updated
Jan 8, 2018 - JavaScript
-
Updated
Jul 3, 2020 - Kotlin
-
Updated
Apr 18, 2020 - PHP
-
Updated
May 17, 2020 - JavaScript
-
Updated
Jul 3, 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
Jun 6, 2020 - JavaScript
-
Updated
May 21, 2020 - JavaScript
-
Updated
Nov 27, 2019 - JavaScript
-
Updated
Jun 30, 2020 - JavaScript
-
Updated
Nov 6, 2016 - HTML
-
Updated
Nov 13, 2018 - HTML
-
Updated
Jun 2, 2020 - CSS
-
Updated
Jan 17, 2017 - Python
-
Updated
Sep 10, 2019 - HTML
-
Updated
Jul 2, 2020 - PHP
-
Updated
Jul 23, 2018 - JavaScript
-
Updated
Aug 13, 2013 - JavaScript
-
Updated
Jun 30, 2020 - CSS
-
Updated
May 5, 2020 - JavaScript
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