Skip to content

Commit 15c1f0c

Browse files
authored
Merge pull request #28 from chrisrhymes/update/v1
Update to v1 of Bulma
2 parents 83f6acf + d05d5ef commit 15c1f0c

File tree

17 files changed

+23283
-939
lines changed

17 files changed

+23283
-939
lines changed

README.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,18 @@
22

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

5-
A simple scss package extending Bulma with block style list elements
5+
A simple scss package extending Bulma with block style list elements.
66

7-
* `npm i -S bulma-block-list`
8-
* `@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).
9-
* Create a ul and give it the class of `block-list`
10-
* Add any modifier classes to change the styles as needed
7+
## Upgrading to v1
8+
9+
To be compatible with Bulma, version 1 of Bulma Block List requires [dart sass](https://bulma.io/documentation/start/migrating-to-v1/#what-changes).
10+
11+
## Usage
12+
13+
- `npm i -S bulma-block-list`
14+
- `@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).
15+
- Create a ul and give it the class of `block-list`
16+
- Add any modifier classes to change the styles as needed
1117

1218
```html
1319
<ul class="block-list is-small is-outlined is-success is-centered">
@@ -29,4 +35,4 @@ In v0.3 you can override the list item styles.
2935
</ul>
3036
```
3137

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

docs/.nojekyll

Whitespace-only changes.

docs/Gemfile

Lines changed: 0 additions & 3 deletions
This file was deleted.

docs/Gemfile.lock

Lines changed: 0 additions & 268 deletions
This file was deleted.

docs/_config.yml

Lines changed: 0 additions & 17 deletions
This file was deleted.

docs/_data/menu.yaml

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)