Skip to content

Commit

Permalink
release 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
John Benavides committed Dec 20, 2017
1 parent 18f1fc0 commit 7817b49
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "react-bulma-components",
"version": "1.1.2",
"version": "1.1.3",
"description": "React components for Bulma framework",
"main": "dist",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions src/components/notification/index.js
@@ -1,2 +1,3 @@
import './notification.sass';

export { default } from './notification';
2 changes: 2 additions & 0 deletions src/components/notification/notification.sass
@@ -0,0 +1,2 @@
@import '../utils.sass';
@import '~bulma/sass/elements/notification.sass';

0 comments on commit 7817b49

Please sign in to comment.