Closed
Description
Hello!
In the process of using your library, I found an error that did not allow me to use it.
When importing the function:
import { cssToHtml } from 'css-to-html';
An error appears with content like:
"path_to_this/Config" not found (404)
This error appears both when I use the library separately (in node.js
) and when I call it in the browser.
Perhaps you should specify the path to the imported file more precisely, because you have it, but the path to it is incorrect.