Problem/Motivation
node-sass is deprecated and no longer maintained. The maintainers are recommending sass instead.
Proposed resolution
- Remove
node-sassfrompackage.jsonand replace withsass. Because of this we can't usenode-sass-magic-importerso imports will need to be explicit. - The
darkenandlightenSASS functions are also deprecated and should be replaced withcolor.adjust. - Use
sass-migrator module --migrate-depsto fix the import deprecations as described here. - Correct comments to be more Sass-style and spacing at the bottom of files.
Issue fork bootstrap_styles-3588350
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
Comment #2
timurtripp commentedComment #4
timurtripp commentedComment #5
timurtripp commented