I have learned that it is generally not recommended to use @import
for page performance. If I put @import
at the bottom of my css file and use the style not for the elements at a page load but for the elements for later user interactions, will there still be any performance cost? For example, if I use the style @import
ed for a popup that user clicks to display, is @import still a poor choice?
Aucun commentaire:
Enregistrer un commentaire