fixed headsup of snackbars

This commit is contained in:
FezVrasta 2016-08-04 19:02:08 +02:00
parent 28c4ce7394
commit 63dde3abba

View File

@ -27,9 +27,9 @@ In order to make snackbars work, make sure to include `snackbar.min.js` before `
</script> </script>
{% endhighlight %} {% endhighlight %}
<div class="alert alert-info" role="alert"> {% callout info %}
<strong>Heads up!</strong> You don't need to include SnackbarJS CSS, it's already bundled in BMD. **Heads up!** You don't need to include SnackbarJS CSS, it's already bundled in Bootstrap Material Design.
</div> {% endcallout %}
## Examples ## Examples