worktile/ngx-planet

@Component({styleUrls})不生效

Opened this issue · 1 comments

如下图所示,在组件内的样式表不起作用

image

image

image

经测试,去除@worktile/planet-postcss-prefixwrap组件样式恢复正常,但应用样式隔离又回出问题

必须要在style.less/scss 中 @import引用吗?也就是说webpack并不能帮我打包component的styleUrls吗?