How to install SCSS for web development?

Hello guys. I don’t know how install SCSS ( official web-site: https://sass-lang.com/ ) for convert syntax SCSS file ( name_file.scss ) in default CSS ( name_file.css ).

I tried to install through pacman and pamac, but they could not find such packages.

P.S. SCSS is a tool for web developers. And I’m noob in web dev, sorry for such a trivial question :slight_smile:

neofetch:

master@PC
------------------- 
OS: Manjaro Linux x86_64 
Host: OPTIMUS OPTIMUS E-Sport GB550-CR3 
Kernel: 6.1.26-1-MANJARO 
Up time: 1 hour, 36 mins 
Packages: 1277 (pacman) 
Shell: zsh 5.9 
Resolution: 1920x1080 
DE: GNOME 43.5 
WM: Mutter 
WM Theme: CustomAccentColors 
Theme: Adw-dark [GTK2/3] 
Icons: Papirus-Dark-Maia [GTK2/3] 
Terminal: gnome-terminal 
CPU: AMD Ryzen 5 3600 (12) @ 3.600GHz 
GPU: AMD ATI Radeon RX 6400/6500 XT/6500M 
Memory: 4150MiB / 15894MiB 

There is a bunch of packages in the repo

pamac search sass --no-aur
1 Like

pamac install sassc
(see below)

Libsass is deprecated. Better use the dart implementation:

pamac install dart-sass
2 Likes

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.