1.1.2 • Published 4 years ago

scss-basic v1.1.2

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

Overview

scss-basic can help you develop quickly.

installation

npm install scss-basic

using

vue-cli3及以上在全局使用sass

  1. 创建vue.config.js
module.exports = {
  css: {
      loaderOptions: {
          //假设您已经安装了scss-basic,以及sass-loader、node-sass等
          sass: {
            prependData: `@import "~scss-basic";`
          }
      }
  }
}

参考文档

License

MIT License

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago