Problem/Motivation

node-sass is deprecated and no longer maintained. The maintainers are recommending sass instead.

Proposed resolution

  • Remove node-sass from package.json and replace with sass. Because of this we can't use node-sass-magic-importer so imports will need to be explicit.
  • The darken and lighten SASS functions are also deprecated and should be replaced with color.adjust.
  • Use sass-migrator module --migrate-deps to fix the import deprecations as described here.
  • Correct comments to be more Sass-style and spacing at the bottom of files.
Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

timurtripp created an issue. See original summary.

timurtripp’s picture

Issue summary: View changes

timurtripp’s picture

Status: Active » Needs review
timurtripp’s picture

Issue summary: View changes