Basically I am wondering what is the advantage / purpose of using @import
to import stylesheets into an existing stylesheet versus just adding another …
<link rel="stylesheet" type="text/css" href="" />
to the head of the document?
Basically I am wondering what is the advantage / purpose of using @import
to import stylesheets into an existing stylesheet versus just adding another …
<link rel="stylesheet" type="text/css" href="" />
to the head of the document?