The following are the steps to install SASS/Compass in the DDEV web container:
Access the web container shell by running ddev ssh
.
Install the Ruby compiler and development tools by running sudo apt-get install ruby-full build-essential
.
Install SASS by running sudo gem install sass
.
Install Compass by running sudo gem install compass
.
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.
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
Asked: 2021-11-28 11:00:00 +0000
Seen: 11 times
Last updated: Apr 15 '22
What is the process to obtain an array of filenames after a shell glob using the ruby gem 'slop'?
How to configure GDAL for Django on a Mac with regards to the exception of GDAL_LIBRARY_PATH?
What is the reason for rbenv or chruby not switching to an installed version of Ruby?
On a remote host, the cursor control and Enter key in Rubymine do not function properly.
How does async execution relate to ruby-odbc?
What is the method of utilizing Ruby to add colored text to the terminal output?
Which languages are appropriate to use for a contemporary website?