The reference implementation of Sass, written in Dart.
Dart Sass is the primary implementation of Sass, which means it gets new features before any other implementation. It's fast, easy to install, and it compiles to pure JavaScript which makes it easy to integrate into modern web development workflows.
Dart Sass is the primary implementation of Sass, which means it gets new features before any other implementation. It's fast, easy to install, and it compiles to pure JavaScript which makes it easy to integrate into modern web development workflows.
To install dart-sass, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install dart-sass
To see what files were installed by dart-sass, run:
port contents dart-sass
To later upgrade dart-sass, run:
sudo port selfupdate && sudo port upgrade dart-sass
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.