问题描述 投票:1回答:1
我试图编译一些css,但发生了这种情况。

在使用laravel mixer时,我的控制台出现了以下内容。

这是我编辑器中的css:

You may need an additional loader to handle the result of these loaders.

    |
    |
    > .contacts-list{
    |   flex: 2;
    |   max-height: 600px;

<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>
laravel git vue.js atom-editor laravel-mix
1个回答
© www.soinside.com 2019 - 2024. All rights reserved.