Hi, I have a webpart and while I was adding some style classes, I figured I'd just reuse some stuff I already wrote in a global Stylesheet.css. This stylesheet is linked to by the Master Page. Well, now my problem is that webparts can't be linked with a masterpage. So how can I use style classes from an external stylesheet inside of a webpart?
I would really prefer to not have to do a lot of copy and pasting to do an inline stylesheet in the webpart..
