【发布时间】:2020-04-05 01:19:03
【问题描述】:
我试图编译一些 css 并且发生了这种情况。
使用 laravel 混合器时,我的控制台中会出现以下内容:
You may need an additional loader to handle the result of these loaders.
|
|
> .contacts-list{
| flex: 2;
| max-height: 600px;
这是我的编辑器中的 css:
<style lang="sccs" scoped>
.contacts-list{
flex: 2;
max-height: 600px;
overflow: scroll;
border-left: 1px solid #a6a6a6;
}
ul{
list-style-type: none;
padding-left: 0;
}
</style>
【问题讨论】:
-
你有一个错字:
sccs
标签: laravel git vue.js atom-editor laravel-mix