Fixed build errors which are occurring after updating sass-resources-loader package.

This commit is contained in:
Aditya Toshniwal
2021-04-15 16:42:25 +05:30
committed by Akshay Joshi
parent b4d44541bb
commit d046a2800d
3 changed files with 5 additions and 6 deletions

View File

@@ -229,7 +229,6 @@ var themeCssRules = function(theme_name) {
options: {
resources: function(_theme_name){
let ret_res = [
'./pgadmin/static/scss/resources/' + _theme_name + '/_theme.variables.scss',
'./pgadmin/static/scss/resources/pgadmin.resources.scss',
];
if(_theme_name!='standard') {