Ask Your Question
4

What is the process for installing SASS/Compass in the DDEV web container?

asked 2021-11-28 11:00:00 +0000

woof gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2022-04-15 07:00:00 +0000

bukephalos gravatar image

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.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2021-11-28 11:00:00 +0000

Seen: 20 times

Last updated: Apr 15 '22