diff --git a/package.json b/package.json index ae613980..c67d8939 100644 --- a/package.json +++ b/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": { diff --git a/src/components/notification/index.js b/src/components/notification/index.js index bf3bdfe3..f79e6650 100644 --- a/src/components/notification/index.js +++ b/src/components/notification/index.js @@ -1,2 +1,3 @@ +import './notification.sass'; export { default } from './notification'; diff --git a/src/components/notification/notification.sass b/src/components/notification/notification.sass new file mode 100644 index 00000000..fd01898a --- /dev/null +++ b/src/components/notification/notification.sass @@ -0,0 +1,2 @@ +@import '../utils.sass'; +@import '~bulma/sass/elements/notification.sass'; \ No newline at end of file