Classes are used throughout, so your markup can be super flexible.
- Use{' '}
- <ul>s like above, <ol> if the
- order of your items is important, or roll your own with a
+ Use <ul>s like above, <ol> if
+ the order of your items is important, or roll your own with a
<nav> element. Because the .nav uses display:
flex, the nav links behave the same as nav items would, but without
the extra markup.
@@ -59,7 +58,7 @@
- Change the horizontal alignment of your nav with{' '}
+ Change the horizontal alignment of your nav with
flexbox utilities
@@ -207,7 +206,7 @@
Force your .nav's contents to extend the full
available width one of two modifier classes. To proportionately fill
- all available space with your{' '} .nav-items, use
+ all available space with your .nav-items, use
layout="fill". Notice that all horizontal space
is occupied, but not every nav item has the same width.
diff --git a/src/views/base/Popovers.vue b/src/views/base/Popovers.vue
index e2b32e31..3a850f40 100644
--- a/src/views/base/Popovers.vue
+++ b/src/views/base/Popovers.vue
@@ -11,14 +11,14 @@
Click to toggle popover
@@ -38,39 +38,39 @@