When working with a project that is referencing an external CSS file, it is easy to add the import to the code using provided AddStyleSheetTag from HTTPRequestHandler. However, this CSS is not used inside of the IDE, which can make it hard to develop with external CSS.
Could we have the ability to reference external CSS and see the changes real time in the IDE? Even if this requires an occasional sync this would be nice. Currently I have to copy and paste the external CSS into the editor while working to have a preview of what my website will look like.