Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

The following are the steps to install SASS/Compass in the DDEV web container:

  1. Access the web container shell by running ddev ssh.

  2. Install the Ruby compiler and development tools by running sudo apt-get install ruby-full build-essential.

  3. Install SASS by running sudo gem install sass.

  4. Install Compass by running sudo gem install compass.

  5. Verify that SASS and Compass are installed by running sass -v and compass -v.

Once SASS and Compass have been installed, you can start using them to compile SASS files in your DDEV project.