Edwin
Edwin
Could you provide example code?
To import CSS you need to specify a URL, that includes a protocol. `http:/https:`. To import files from a filesystem, you could do something like this: ```css @import 'path/to/file'; ```...
Have you changed any settings related to css? What version did you roll back to? I have a hard time debugging this since I don't have any network drives set...
Thank you very much. > What do you mean? My mistake. Not meant to be included :man_shrugging: I think I know what's going on now. Before `3.1.0` I just passed...
I will try to take a close look when I get home for the weekend.
> Has there been any progress on this bug? No. See #140.
Thanks for getting back on this. I can confirm that it does not work. Looking in to it.
After some investigation, it turns out the problem lies in [terser](https://github.com/terser/terser). Using the terser CLI, I get the same error. This would have to be fixed in terser, nothing I...
Is this fixed by #93?
> I've added some more instructions for mac users here: #95 Thanks!