定制 basecondition/base 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

basecondition/base

最新稳定版本:3.1.1

Composer 安装命令:

composer require basecondition/base

包简介

A lightweight Sass tool set.

README 文档

README

Basecondition base provide helpful scss utils and mixins.

Package Managers

NPM

Use the console command

npm install basecondition

or add basecondition to your dependencies

{
    "dependencies": {
        "basecondition": "^3.1.0"
    }
}

Composer

Add basecondition/base as require in your composer.json

{
    "require": {
        "basecondition/base": "3.*"
    },
    "config": {
        "component-dir": "assets/vendor/"
    }
}

Usage

// to use all basecondition resources and mixins
@import "../vendor/basecondition/base/scss/base";

Special thanks!

Licence

Copyright 2017 Joachim Doerr, hello@basecondition.com

Bascondition is MIT licensed, read LICENSE.

统计信息

  • 总下载量: 32
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 4
  • Forks: 0
  • 开发语言: CSS

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-09-21