Martin Neundorfer
Martin Neundorfer
I was thinking the same, while installing the script. 172 dependencies is a lot for a select box :D
@grk If you downgrade to version: "1.26.2" you should still get the current features, without having to install npm-check :)
I experience the same issue, however with webpack 5. I'm running webpack-dev server as well. My SASS file looks similar to this: ``` .ss-value-delete span &:after font-icon: url('./assets/close.svg') .ss-arrow &:after...
As an appendix to my previous post: I can confirm, my issue comes from using the asset module logic, instead of the url-loader/file-loader in webpack 5. I fixed the issue...
@jantimon Hey there. What you are supposing could work, but I never tested that option myself, yet. One thing that would make it a lot easier would be to introduce...
If that works 👍
An option would be, to make the headline tag configurable. That way it would be kept backward-compatible for existing setups (css adjustments that depend on the h1 tag) but with...
@lassv how did you fix it? I have the same issue, where the box simply stopped working, no logs or errors either: https://bits.labor.tools/guide/ Tried upgrading to the latest version, but...
Hi there, I can confirm, this is still an issue as you can see here: https://github.com/labor-digital/bits-docs/runs/3342266685?check_suite_focus=true However, the rollback to v1.8.1 fixed the issue for me, as well :)