@fle-ui/next 2.0.0-alpha.8 → 2.0.0-alpha.9

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,2 +1,3 @@
1
1
  @import './themes/index';
2
+ @import './theme.less';
2
3
  @import './core/index';
@@ -1,2 +1,3 @@
1
1
  @import './themes/index';
2
+ @import './theme.less';
2
3
  @import './core/index';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fle-ui/next",
3
- "version": "2.0.0-alpha.8",
3
+ "version": "2.0.0-alpha.9",
4
4
  "description": "fle-ui组件库",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",