Forum Moderators: not2easy
I just use the link method. It's reliable. Though some times I might use link to link in a main CSS file, and that CSS file might use import to pull in some other CSS files. Of course, you could just import the main one as well, but like I said there's an FOUC risk.
I usually use the
link element within the HTML document, reserving @import when calling a second stylesheet from within another stylesheet.