Replace node-sass with sass for SCSS compilation. Fixes #5096

This will fix issues reported by the yarn audit. sass is better-maintained library than node-sass.
This commit is contained in:
Aditya Toshniwal
2020-01-16 14:44:58 +05:30
committed by Akshay Joshi
parent 4ab3bbeb82
commit e2bfac9e42
6 changed files with 69 additions and 520 deletions

View File

@@ -17,6 +17,7 @@ Housekeeping
| `Issue #5049 <https://redmine.postgresql.org/issues/5049>`_ - Improve code coverage and API test cases for the CAST module.
| `Issue #5071 <https://redmine.postgresql.org/issues/5071>`_ - Improve the test framework to run for multiple classes defined in a single file.
| `Issue #5072 <https://redmine.postgresql.org/issues/5072>`_ - Updated wcDocker package which includes aria-label accessibility improvements.
| `Issue #5096 <https://redmine.postgresql.org/issues/5096>`_ - Replace node-sass with sass for SCSS compilation.
Bug fixes
*********