SCSS (Sassy CSS) makes CSS fun again. SCSS is an extension of CSS3, adding nested rules, variables, mixins, selector inheritance, and more. It’s translated to well-formatted, standard CSS using the command line tool or a web-framework plugin. This is a SCSS compiler for Python.
SCSS (Sassy CSS) makes CSS fun again. SCSS is an extension of CSS3, adding nested rules, variables, mixins, selector inheritance, and more. It’s translated to well-formatted, standard CSS using the command line tool or a web-framework plugin. This is a SCSS compiler for Python.
To install py27-scss, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py27-scss
To see what files were installed by py27-scss, run:
port contents py27-scss
To later upgrade py27-scss, run:
sudo port selfupdate && sudo port upgrade py27-scss
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.