Skip to content

Commit

Permalink
Merge pull request #28 from chrisrhymes/update/v1
Browse files Browse the repository at this point in the history
Update to v1 of Bulma
  • Loading branch information
chrisrhymes authored Apr 28, 2024
2 parents 83f6acf + d05d5ef commit 15c1f0c
Show file tree
Hide file tree
Showing 17 changed files with 23,283 additions and 939 deletions.
18 changes: 12 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,18 @@

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

A simple scss package extending Bulma with block style list elements
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
## Upgrading to v1

To be compatible with Bulma, version 1 of Bulma Block List requires [dart sass](https://bulma.io/documentation/start/migrating-to-v1/#what-changes).

## Usage

- `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">
Expand All @@ -29,4 +35,4 @@ In v0.3 you can override the list item styles.
</ul>
```

For examples see [csrhymes.com/bulma-block-list](https://www.csrhymes.com/bulma-block-list)
For examples see [csrhymes.com/bulma-block-list](https://www.csrhymes.com/bulma-block-list)
Empty file added docs/.nojekyll
Empty file.
3 changes: 0 additions & 3 deletions docs/Gemfile

This file was deleted.

268 changes: 0 additions & 268 deletions docs/Gemfile.lock

This file was deleted.

17 changes: 0 additions & 17 deletions docs/_config.yml

This file was deleted.

24 changes: 0 additions & 24 deletions docs/_data/menu.yaml

This file was deleted.

Loading

0 comments on commit 15c1f0c

Please sign in to comment.