You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple scss package extending Bulma with block style list elements
3
3
4
-
*Copy the `src/block-list.scss` file into your project
5
-
*`@import block-list.scss` after the imports for Bulma.
4
+
*`npm i -S bulma-block-list`
5
+
*`@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).
6
6
* Create a ul and give it the class of `block-list`
7
7
* Add any modifier classes to change the styles as needed
0 commit comments