New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@lcsoft/styles

Package Overview
Dependencies
Maintainers
4
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lcsoft/styles

龙创前端团队PC端样式库

latest
npmnpm
Version
2.0.7
Version published
Maintainers
4
Created
Source

龙创前端团队PC端样式库

全局样式和样式相关规范

使用方式

  • 安装组件库npm i @lcsoft/stylesnode-sass,sass-loader

  • main.js中引入全局样式

    import '@lcsoft/styles'

  • 添加webpack别名,方便在组件中映引入变量mixin

    在webpack.base.conf.jsalias中添加

    {
      'styles': resolve('node_modules/@lcsoft/styles/styles')
    }
    

    在组件中引入

    <style lang="scss" scoped>
      @import "styles/color.scss";
      @import "styles/mixin.scss";
    </style>
    

Keywords

lcsoft

FAQs

Package last updated on 10 Jun 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts