Skip to content

Commit

Permalink
v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vikdiesel committed Aug 12, 2020
1 parent 117583d commit 8ebb0b1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ $ npm i bulma-switch-control --save
Use with scss

```scss
/* Bulma */
@import "node_modules/bulma/bulma";

/* Bulma Switch Control */
@import "node_modules/bulma-switch-control/bulma-switch-control";

/* Bulma */
@import "node_modules/bulma/bulma";
```

### ... or use as CSS
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bulma-switch-control",
"version": "1.1.0",
"version": "1.1.1",
"description": "Switch controls for Bulma CSS Framework",
"homepage": "https://justboil.me/",
"main": "bulma-switch-control.scss",
Expand Down

0 comments on commit 8ebb0b1

Please sign in to comment.