@xuhengfeng/styles-app

1.2.2 • Public • Published

移动端样式库

全局样式和样式相关规范

使用方式

  1. 安装组件库npm i @xuhengfeng/styles-appless-loader

  2. main.js中引入全局样式

    import '@xuhengfeng/styles-app'

  3. 在组件中引入mixin.less

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

Readme

Keywords

Package Sidebar

Install

npm i @xuhengfeng/styles-app

Weekly Downloads

3

Version

1.2.2

License

ISC

Unpacked Size

8.85 kB

Total Files

10

Last publish

Collaborators

  • xuhengfeng