Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

A Scoop package to install Embedded Dart Sass

License

Notifications You must be signed in to change notification settings

jmooring/dart-sass-embedded-scoop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Note

The Dart Sass team discontinued Embedded Dart Sass, with v1.62.1 as the final release. Dart Sass v1.63.0 and later include the embedded compiler, accessible by running sass --embedded.


Scoop package for Embedded Dart Sass

Embedded Dart Sass is a wrapper for Dart Sass that implements the compiler side of the Embedded Sass protocol. It's designed to be embedded in a host language, which then exposes an API for users to invoke Sass and define custom functions and importers.

Project: https://github.com/sass/dart-sass-embedded

Package: https://scoop.sh/#/apps?q=dart-sass-embedded

Install, update, and uninstall

You may run Scoop commands from Command Prompt, PowerShell, or Windows PowerShell.

Use the commands below to install, update, or uninstall:

scoop install dart-sass-embedded
scoop update dart-sass-embedded
scoop uninstall dart-sass-embedded

Reference: Scoop commands

Usage

Start the compiler and listen on stdin

dart-sass-embedded

Display version

dart-sass-embedded --version

About

A Scoop package to install Embedded Dart Sass

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published