Lazy load CSS/Styles for components
Abierto
- Lenguaje dominante
- TypeScript
- Estrellas
- 8.1k
- Forks
- 1.5k
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
### Issue type
* [ x] Question
### Description
I have the following lines in the style.scss which increases the size of stylesheet in bundle significantly.
```
@import '~@nebular/theme/styles/globals';
@import '~@nebular/theme/styles/theming';
@import '~@nebular/theme/styles/themes/default';
```
I checked the file and found that styles are imported for all the components whether they are used or not. Is it possible to load only the styles needed/ or lazy load styles?
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.