Sha256: c2c05e275cc5b02c97abbbcd0c002cdf3e4207f3934feb3dfbe1f2ffadb01af8

Contents?: true

Size: 641 Bytes

Versions: 2

Compression:

Stored size: 641 Bytes

Contents

# 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

2 entries across 2 versions & 1 rubygems

Version Path
bulma-clean-theme-0.6.4 node_modules/bulma-block-list/README.md
bulma-clean-theme-0.6.3 node_modules/bulma-block-list/README.md