sass-embedded-cli
v1.0.0-beta.0
Published
Command-line interface for sass-embedded
Downloads
343
Readme
sass-embedded-cli
Command-line interface for sass-embedded
which can be used as a (mostly) drop-in replacement for node-sass
.
Installation
Install using npm
. sass-embedded
is a peer dependency and must be installed, if not already.
npm install sass-embedded-cli sass-embedded
Usage
Usage should match node-sass
command-line usage.
Note that sass-embedded
is not fully compatible with node-sass
, as it is based on the Dart implementation. In particular, this affects the default --output-style
, which must be specified as one of the valid Dart Sass styles (expanded
or compressed
).
node-sass styles.scss --output-style compressed
License
Copyright 2022 Andrew Duthie
Released under the MIT License. See LICENSE.md.