diff --git a/components/Notification/style/var.less b/components/Notification/style/var.less index 42aa31e..f98d1e3 100644 --- a/components/Notification/style/var.less +++ b/components/Notification/style/var.less @@ -1 +1,2 @@ -@import '../../styles/var.less'; \ No newline at end of file +@import '../../styles/var.less'; +@import '../../Alert/style/index.less'; \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 426dd27..d5c0968 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "yoshino", - "version": "0.1.31", + "version": "0.1.32", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c332385..a27e641 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yoshino", - "version": "0.1.31", + "version": "0.1.32", "description": " A customizable PC terminal component library based on react which has strong expansibility, it can output corresponding components according to different business scenarios.", "main": "lib/index", "module": "es6/index",