DEV Community

Discussion on: How does @import works in CSS? What is the pros and cons. 🤔

Collapse
 
leomjaques profile image
leo 👨🏻‍💻

Nice read! Don't forget that if you're using SASS, you should slowly migrate from @import to @use, since the first one is not recommended anymore.

Collapse
 
jasmin profile image
Jasmin Virdi

Thanks for adding up!🙌