Currently we are splitting the CSS styles into dedicated files per module. However, since we import the style sheet on root level of the corresponding module it gets loaded either way and the splitting does not yield a real benefit
We should make sure that stylesheets for a particular module are only loaded if the module itself is actually loaded.
Currently we are splitting the CSS styles into dedicated files per module. However, since we import the style sheet on root level of the corresponding module it gets loaded either way and the splitting does not yield a real benefit
We should make sure that stylesheets for a particular module are only loaded if the module itself is actually loaded.