CSS @imports error but works still?

Hi,

I'm using @imports with relative pathing in my CSS stylesheets. Not sure if this is allowed in OSC but it's working so far. However, I'm getting this error even though it loads/works?

// Osc debugs says when launching
(ERROR, HTTP) Could not resolve requested url /customFaIcons.css (unregistered client id NXJCWz1CfW)
/* theme.css to relative path customFaIcons.css */
@import "./customFaIcons.css";

Cheers,
DMDComposer

Looks like a bug, I'll look into it. (it's allowed ;))

1 Like