Skip to content

jmooring/dart-sass-snap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snap package for Dart Sass

dart-sass

Dart Sass is the reference implementation of Sass, written in Dart.

Sass is a style sheet language that is transpiled to CSS. It allows you to use variables, nested rules, mixins, functions, and more, all with a fully CSS-compatible syntax. Sass helps keep large style sheets well-organized and makes it easy to share design within and across projects.

Documentation: https://sass-lang.com

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

Snap package: https://snapcraft.io/dart-sass

Install and remove

Use the commands below to install or remove:

sudo snap install dart-sass
sudo snap remove dart-sass

Update

Snap packages that you install are automatically updated when a new version is available.

Usage

To transpile Sass to CSS:

dart-sass in.scss out.css

To create an alias from sass to dart-sass:

sudo snap alias dart-sass sass

To remove the alias:

sudo snap unalias sass

About

A Snap package to install Dart Sass

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project