定制 rhubarbphp/custard-sassc 二次开发

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

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

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

GitHub 信息

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

其他信息

  • 授权协议: Apache-2.0
  • 更新时间: 2016-11-01