@@ -17,15 +17,15 @@ exports._imports_2 = _imports_2;
1717
1818exports [` subpackage playground uni-app build:mp-weixin: uni-app build:mp-weixin pages/index/index.wxss 1` ] = `
1919"@import "../../app.wxss";
20-
20+ @import "/uvue.wxss";
2121.test {
2222 background - color : red ;
2323}
2424"
2525` ;
2626
2727exports [` subpackage playground uni-app build:mp-weixin: uni-app build:mp-weixin uni_modules/test-module/components/test-component/test-component.wxss 1` ] = `
28- "
28+ "@import "/uvue.wxss";
2929.test {
3030 background - color : red ;
3131}
@@ -34,7 +34,7 @@ exports[`subpackage playground uni-app build:mp-weixin: uni-app build:mp-weixin
3434
3535exports [` subpackage playground uni-app build:mp-weixin: uni-app build:mp-weixin uni_modules/test-module/pages/index/index.wxss 1` ] = `
3636"@import "../../../../app.wxss";
37-
37+ @import "/uvue.wxss";
3838.test {
3939 background - color : red ;
4040}
@@ -58,15 +58,15 @@ exports._imports_2 = _imports_2;
5858
5959exports [` subpackage playground uni-app dev:mp-weixin: uni-app dev:mp-weixin pages/index/index.wxss 1` ] = `
6060"@import "../../app.wxss";
61-
61+ @import "/uvue.wxss";
6262.test {
6363 background - color : red ;
6464}
6565"
6666` ;
6767
6868exports [` subpackage playground uni-app dev:mp-weixin: uni-app dev:mp-weixin uni_modules/test-module/components/test-component/test-component.wxss 1` ] = `
69- "
69+ "@import "/uvue.wxss";
7070.test {
7171 background - color : red ;
7272}
@@ -75,7 +75,7 @@ exports[`subpackage playground uni-app dev:mp-weixin: uni-app dev:mp-weixin uni_
7575
7676exports [` subpackage playground uni-app dev:mp-weixin: uni-app dev:mp-weixin uni_modules/test-module/pages/index/index.wxss 1` ] = `
7777"@import "../../../../app.wxss";
78-
78+ @import "/uvue.wxss";
7979.test {
8080 background - color : red ;
8181}
@@ -101,7 +101,7 @@ exports[`subpackage playground uni-app-x build:mp-weixin: uni-app-x build:mp-wei
101101"@import "../../app.wxss";
102102@import "../../uvue.wxss";
103103:host,page{ display :flex ;flex - direction :column }
104-
104+ @import "/uvue.wxss";
105105.test {
106106 background - color : red ;
107107}
@@ -110,7 +110,7 @@ exports[`subpackage playground uni-app-x build:mp-weixin: uni-app-x build:mp-wei
110110
111111exports [` subpackage playground uni-app-x build:mp-weixin: uni-app-x build:mp-weixin uni_modules/test-module/components/test-component/test-component.wxss 1` ] = `
112112":host,page{ display :flex ;flex - direction :column }
113-
113+ @import "/uvue.wxss";
114114.test {
115115 background - color : red ;
116116}
@@ -121,7 +121,7 @@ exports[`subpackage playground uni-app-x build:mp-weixin: uni-app-x build:mp-wei
121121"@import "../../../../app.wxss";
122122@import "../../../../uvue.wxss";
123123:host,page{ display :flex ;flex - direction :column }
124-
124+ @import "/uvue.wxss";
125125.test {
126126 background - color : red ;
127127}
@@ -147,7 +147,7 @@ exports[`subpackage playground uni-app-x dev:mp-weixin: uni-app-x dev:mp-weixin
147147"@import "../../app.wxss";
148148@import "../../uvue.wxss";
149149:host,page{ display :flex ;flex - direction :column }
150-
150+ @import "/uvue.wxss";
151151.test {
152152 background - color : red ;
153153}
@@ -156,7 +156,7 @@ exports[`subpackage playground uni-app-x dev:mp-weixin: uni-app-x dev:mp-weixin
156156
157157exports [` subpackage playground uni-app-x dev:mp-weixin: uni-app-x dev:mp-weixin uni_modules/test-module/components/test-component/test-component.wxss 1` ] = `
158158":host,page{ display :flex ;flex - direction :column }
159-
159+ @import "/uvue.wxss";
160160.test {
161161 background - color : red ;
162162}
@@ -167,7 +167,7 @@ exports[`subpackage playground uni-app-x dev:mp-weixin: uni-app-x dev:mp-weixin
167167"@import "../../../../app.wxss";
168168@import "../../../../uvue.wxss";
169169:host,page{ display :flex ;flex - direction :column }
170-
170+ @import "/uvue.wxss";
171171.test {
172172 background - color : red ;
173173}
0 commit comments