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.
1 parent 5bdec42 commit 77a1546Copy full SHA for 77a1546
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@kne/modules-dev",
3
- "version": "2.1.4",
+ "version": "2.1.5",
4
"description": "用于辅助在项目内启动一个规范化组件开发的环境",
5
"publishConfig": {
6
"source": "src/index.js",
src/example.module.scss
@@ -77,7 +77,7 @@
77
}
78
79
.example-page {
80
- :global(.core-page-main) {
+ :global(.core-page-main-content) {
81
background: #FFFFFF;
82
83
0 commit comments