@bifrostui/styles 2.0.0-alpha.4 → 2.0.0-alpha.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bifrostui/styles",
3
- "version": "2.0.0-alpha.4",
3
+ "version": "2.0.0-alpha.6",
4
4
  "main": "dist/index.css",
5
5
  "description": "Common style definitions for BUI React components",
6
6
  "homepage": "http://bui.taopiaopiao.com",
@@ -1,7 +1,7 @@
1
1
  // 无法用css variables实现的先锋版高亮主题色
2
2
  @import '../mixins/variables.less';
3
3
 
4
- @{theme-selector-pioneer-light} {
4
+ .pioneer-light-components() {
5
5
  .bui-btn {
6
6
  &.bui-btn-contained {
7
7
  &.bui-btn-primary {
@@ -49,3 +49,7 @@
49
49
  }
50
50
  }
51
51
  }
52
+
53
+ @{theme-selector-pioneer-light} {
54
+ .pioneer-light-components();
55
+ }