Yair Even Or
Yair Even Or
Ok this is a bug that can be easily fixed, when passing both `csstp` with custom template, the `generateJson` will try to use `CSS_PARSE_REGEX` to parse the file, **but** it...
This is the output of my custom SCSS template which the `hsb` file outputs: ``` @font-face { font-family: "icons"; src: url("/fonts/icons.ttf?8746ee39f2964b86c52641d9d0a61b61") format("truetype"); } @if not variable-exists('webfont-icons') { $webfont-icons: () !global;...
@misolori - No, I gave up and simply imported the SVG files directly to my *React JSX* files, hoping Webpack will put them inline while bundling (didn't) Technically you can...
I can confirm an issue with `pnpm` and a **3rd-party package** which imports the following: ``` import {renderToStaticMarkup} from "react-dom/server" ``` I've made a highly simplified *Vite* repo which showcases...
maybe chrome update broke something. chrome is known to be buggy.
I experience this too now, but not on your page, only on mine, and on page load. sometimes it happens and sometimes it doesn't. very odd. only on Chrome. Repository...
I will take a look
Fixed https://github.com/yairEO/color-picker/releases/tag/v0.13.0
not really :) sorry it's just a ton of hassle for such small change.. I would have to clone it, and make the change and then open you a PR...