We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cb565cd + 5bdec42 commit 3e6d01eCopy full SHA for 3e6d01e
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@kne/modules-dev",
3
- "version": "2.1.3",
+ "version": "2.1.4",
4
"description": "用于辅助在项目内启动一个规范化组件开发的环境",
5
"publishConfig": {
6
"source": "src/index.js",
src/example.module.scss
@@ -77,5 +77,7 @@
77
}
78
79
.example-page {
80
- background: #FFFFFF;
+ :global(.core-page-main) {
81
+ background: #FFFFFF;
82
+ }
83
0 commit comments