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
其他信息
- 授权协议: MIT
- 更新时间: 2015-09-21