Install latest/stable of Dart Sass
Ubuntu 16.04 or later?
Make sure snap support is enabled in your Desktop store.
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.
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
References:
Thank you for your report. Information you provided will help us investigate further.
There was an error while sending your report. Please try again later.
You are about to open
Do you wish to proceed?
Generate an embeddable card to be shared on external websites.
Choose your Linux distribution to get detailed installation instructions. If yours is not shown, get more details on the installing snapd documentation.