Hi
I've made a drag command for dragging css files into other css files. The current behavior when you drag a css file onto another is to paste the content of the dragged css into the other css. This command will rather insert an @import url("relative/path/to/css");
The import rule for css is specified here: http://www.w3.org/TR/REC-CSS2/cascade.html#at-import
ph