This change adds example to delete notifications. It's automatically loaded on dom-ready, and sets `click` handler for all `.delete` elements of `.notification`s.
The following xml contains a unescaped "&", which is not valid:
<author>
<name>Bulma: Free, open source, & modern CSS framework based on Flexbox</name>
<email>bbxdesign@gmail.com</email>
</author>
This change should fix it.
I was thinking if someone wasn't aware that you could also use `<button type="submit"></button>` instead of `<input type="submit">` that this could save them some time (and possibly prevent them abandoning the idea of using this lovely animated loading button)
* Bring code-example as readable HTML
In all other documentation -> column documents there is the source code clearly written, so I missed it in the nested documentation and brought it in. Please verify and thanks for merge 👍
* Added Output of nested_example itself
👍👍👍 jgthms for your fast comment! No I can go to bed and sleep well :o) 🌜
* Add secondary and tertiary font families to derived-variables.sass
* Add font family helpers to helpers.sass
* Add has-font-* to typography-helpers.html
* Correct number of font family helpers in typography-helpers.html
* Remove $family-tertiary, change has-font to is-family, and update docs.
* bulma-start best getting started
Instructions are confused because `bulma-start` it's not an extension or component – it's a template. This way, using `npm` and copying files from `node_modules` is NOT intuitive.
`git clone` gives a better understanding of how to get started.
* bulma-start download zip
* Removed git instructions