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
Tech debt
Currently the global CSS code style.less includes a bunch of non-global classes and other styles. Having a single, large CSS file like style.less with around 5800 lines of code can impact both performance and maintainability.
Expected
Implement code splitting by moving each chunk of CSS to their specific folders where they are used and keep the style.less with only the global CSS code.
Screenshots
It has 5886 lines of code:
commons.css:
The text was updated successfully, but these errors were encountered:
Contributes to
#455
Tech debt
Currently the global CSS code
style.less
includes a bunch of non-global classes and other styles. Having a single, large CSS file like style.less with around 5800 lines of code can impact both performance and maintainability.Expected
Implement code splitting by moving each chunk of CSS to their specific folders where they are used and keep the
style.less
with only the global CSS code.Screenshots
It has 5886 lines of code:
commons.css:
The text was updated successfully, but these errors were encountered: