Skip to content
This repository has been archived by the owner on Sep 25, 2021. It is now read-only.

Switch from Ruby Sass to node-sass #7303

Closed
wants to merge 1 commit into from

Conversation

infogrind
Copy link

Ruby Sass is officially deprecated (https://sass-lang.com/ruby-sass). This commit switches the Sass implementation from Ruby Sass to node-sass (which is a wrapper around libsass).

Ruby Sass used config.rb to configure some paths; as this is not supported by node-sass, I needed to change the import statements in the scss files back to explicit paths.

Also updated the README file to reflect this (and added an additional section about testing while I was at it).

Description of what this fixes:

Removes the dependency on Compass and Ruby Sass, which are no longer supported.

Related issues:

n/a

Ruby Sass is officially deprecated (https://sass-lang.com/ruby-sass).
This commit switches the Sass implementation from Ruby Sass to node-sass
(which is a wrapper around libsass).

Ruby Sass used config.rb to configure some paths; as this is not
supported by node-sass, I needed to change the import statements in the
scss files back to explicit paths.

Also updated the README file to reflect this (and added an additional
section about testing while I was at it).
@CouchPotatoBot
Copy link
Collaborator

Thanks for the pull request! Before a real human comes by, please make sure your report has all the below criteria checked

  • Give a description on what the PR is for.
  • Make sure you send a PR against the DEVELOP branch

Please make sure you also read contribution guide and followed all the steps.

Thanks!

@RuudBurger RuudBurger closed this Sep 25, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants