74. How does @import works in CSS? What is the pros and cons
Share
We could use <link rel="stylesheet"... >
to use external CSS, but also we could use @import
in CSS code.
What is the difference? What is pros and cons of it ? This article might help you answer it.