mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed build errors which are occurring after updating sass-resources-loader package.
This commit is contained in:
committed by
Akshay Joshi
parent
b4d44541bb
commit
d046a2800d
@@ -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') {
|
||||
|
Reference in New Issue
Block a user