rhubarbphp/custard-sassc
最新稳定版本:1.0.6
Composer 安装命令:
composer require rhubarbphp/custard-sassc
包简介
A custard command for compiling SCSS into CSS using SassC
README 文档
README
A custard command for compiling SCSS into CSS using SassC
Usage:
compile:scss [options] <input> <output>
Arguments:
input File or directory to compile
output File or directory to output to
Options:
-s, --style=STYLE Output style. Can be: nested, compressed. [default: "compressed"]
-l, --line-numbers Emit comments showing original line numbers.
-i, --import-path=IMPORT-PATH Set Sass import path.
-m, --sourcemap Emit source map.
-M, --omit-map-comment Omits the source map url comment.
-p, --precision=PRECISION Set the precision for numbers.
-a, --autoprefix Run postcss autoprefixer on output CSS files.
-vv Increase output verbosity (displays output from sasscb and autoprefixer).
Note: The autoprefixer option requires postcss CLI and autoprefixer to be installed globally.
These are node.js modules and can be installed globally with this command once you have node installed:
npm install -g postcss-cli autoprefixer
You may also need to install NVM using the below command in your Home directory
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.6/install.sh | bash
exit
Log back into your user account and run:
nvm install 6.11.5
统计信息
- 总下载量: 9.62k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: Apache-2.0
- 更新时间: 2016-11-01