Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/afeiship/postsass

Cli compiler for sass/scss via dart-sass and postcss.
https://github.com/afeiship/postsass

cli dart-sass postcss sass scss

Last synced: 20 days ago
JSON representation

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

Awesome Lists containing this project

README

        

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

[![version][version-image]][version-url]
[![license][license-image]][license-url]
[![size][size-image]][size-url]
[![download][download-image]][download-url]

## installation
```shell
# public
npm i -g @jswork/postsass

# private
git clone https://github.com/afeiship/postsass.git
cd postsass
# 这一步可能报错,用 yarn 安装即可跳过这个问题
npm i && npm link
```

## usage
~~~
Usage: postsass [options]

Options:
-V, --version output the version number
-s, --src Sass/scss file path.
-d, --dst Css file path.
-c, --copy Copy original src to dst.
-a, --is-sass Is sass file.
-m, --minify Minify css.
-l, --load-paths Load path.
-h, --help display help for command
~~~

## license
Code released under [the MIT license](https://github.com/afeiship/postsass/blob/master/LICENSE.txt).

[version-image]: https://img.shields.io/npm/v/@jswork/postsass
[version-url]: https://npmjs.org/package/@jswork/postsass

[license-image]: https://img.shields.io/npm/l/@jswork/postsass
[license-url]: https://github.com/afeiship/postsass/blob/master/LICENSE.txt

[size-image]: https://img.shields.io/bundlephobia/minzip/@jswork/postsass
[size-url]: https://github.com/afeiship/postsass/blob/master/dist/postsass.min.js

[download-image]: https://img.shields.io/npm/dm/@jswork/postsass
[download-url]: https://www.npmjs.com/package/@jswork/postsass