[jQuery] @import vs link
[jQuery] @import vs link
Hi guys,
In looking at another thread about jTip, I noticed that the css file was
including like this:
@import '/public/js/jtip/css/jtip.css';
What's the difference and/or benefit of using "@import" vs "link" to
include a stylesheet?
Rey...