项目作者: afeiship

项目描述 :
Boilerplate for react component use typescript.
高级语言: JavaScript
项目地址: git://github.com/afeiship/boilerplate-react-ts-component.git
创建时间: 2021-01-06T02:04:39Z
项目社区:https://github.com/afeiship/boilerplate-react-ts-component

开源协议:MIT License

下载


postsass

Cli compiler for sass/scss via dart-sass and postcss.

@jswork/postsass"">version
license
size
@jswork/postsass"">download

installation

  1. # public
  2. npm i -g @jswork/postsass
  3. # private
  4. git clone https://github.com/afeiship/postsass.git
  5. cd postsass
  6. # 这一步可能报错,用 yarn 安装即可跳过这个问题
  7. npm i && npm link
  8. # 另一各解决方案是在 node16 下安装编译通过后再切到 node20 link

usage

  1. Usage: postsass [options]
  2. Options:
  3. -V, --version output the version number
  4. -s, --src <string> Sass/scss file path.
  5. -d, --dst <string> Css file path.
  6. -c, --copy Copy original src to dst.
  7. -a, --is-sass Is sass file.
  8. -m, --minify Minify css.
  9. -l, --load-paths Load path.
  10. -h, --help display help for command

license

Code released under the MIT license.