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

@lcsoft/styles-app

Package Overview
Dependencies
Maintainers
4
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lcsoft/styles-app

龙创前端团队移动端样式库

latest
npmnpm
Version
1.1.2
Version published
Maintainers
4
Created
Source

龙创前端团队移动端样式库

全局样式和样式相关规范

使用方式

  • 安装组件库npm i @lcsoft/styles-appless-loader

  • main.js中引入全局样式

    import '@lcsoft/styles-app'

  • 在组件中引入mixin.less

    @import "~@lcsoft/styles-app/styles/mixin.less";
    .box{
      color: @color-red;
      .flex(row,space-between);
    }
    

Keywords

lcsoft

FAQs

Package last updated on 18 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