pgAdmin 4 commit: Replace node-sass with sass for SCSS compilation. Fix

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Replace node-sass with sass for SCSS compilation. Fix
Date: 2020-01-16 09:15:49
Message-ID: E1is1Fl-00040o-LW@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

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.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=e2bfac9e42938af97b091a41f755e3c4033c2f8f
Author: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_4_18.rst | 1 +
web/package.json | 2 +-
web/pgadmin/static/scss/_backform.overrides.scss | 12 +-
web/pgadmin/static/scss/_backgrid.overrides.scss | 4 -
web/pgadmin/static/scss/_pgadmin.style.scss | 1 -
web/yarn.lock | 569 +++--------------------
6 files changed, 69 insertions(+), 520 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-01-16 09:16:06 Re: [pgAdmin][RM5096] Replace node-sass with sass for SCSS compilation
Previous Message Aditya Toshniwal 2020-01-16 06:30:10 [pgAdmin][RM5096] Replace node-sass with sass for SCSS compilation