Sha256: 72871bc4114c08897fd1cd1a2dcf53f6945bbb24941fb41c3894f2eb5e481a2d

Contents?: true

Size: 698 Bytes

Versions: 3

Compression:

Stored size: 698 Bytes

Contents

# bulma-block-list

![npm](https://img.shields.io/npm/dw/bulma-block-list)

A simple scss package extending Bulma with block style list elements

* `npm i -S bulma-block-list`
* `@import "node_modules/bulma-block-list/src/block-list";` after importing [Bulma](https://bulma.io/documentation/customize/with-node-sass/#3-create-a-sass-file). 
* Create a ul and give it the class of `block-list`
* Add any modifier classes to change the styles as needed

```html
<ul class="block-list is-small is-outlined is-success is-centered">
    <li>Item one</li>
    <li>Item two</li>
    <li>Item three</li>
</ul>
```

For examples see [csrhymes.com/bulma-block-list](https://www.csrhymes.com/bulma-block-list)

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
bulma-clean-theme-0.7.1 node_modules/bulma-block-list/README.md
bulma-clean-theme-0.7 node_modules/bulma-block-list/README.md
bulma-clean-theme-0.6.5 node_modules/bulma-block-list/README.md