We\'re using Strongloop\'s LoopBack for our REST APIs and would like to modify the CSS for the LoopBack Explorer. However, it\'s not clear which CSS files are being used (Lo
With the loopback-component-explorer the uiDirs defined in component-config.json should be added something like the below (which solved my issue).
loopback-component-explorer
uiDirs
component-config.json
"uiDirs": ["server/explorer"]
instead of
"uiDirs": "server/api-explorer",