You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem:
When using Coverage tab in Chrome dev tools to analyse the coverage of our CSS and JS files, it is shown that we are utilising vue-loading-spinner.css and mui.min.css in a small percentage.
Running audits in the Chrome dev tools also shows that there will be potential savings in loading time if we remove both css files.
Suggestion:
Since we are using only a small part of these two files, let's remove the importing of these files and create our own css classes that achieves the style required.
The text was updated successfully, but these errors were encountered:
Problem:
When using Coverage tab in Chrome dev tools to analyse the coverage of our CSS and JS files, it is shown that we are utilising
vue-loading-spinner.css
andmui.min.css
in a small percentage.Running audits in the Chrome dev tools also shows that there will be potential savings in loading time if we remove both css files.

Suggestion:
Since we are using only a small part of these two files, let's remove the importing of these files and create our own css classes that achieves the style required.
The text was updated successfully, but these errors were encountered: