Karel Koudelka

Results 3 issues of Karel Koudelka

Fixed an issue where accented characters (á, é, í, ...) were displayed incorrectly ### What is the purpose of this pull request? There was an issue where accented characters were...

### Link to the code that reproduces this issue https://github.com/kkoudelka/error-repro-app ### To Reproduce 1. Build the app `yarn build` 2. Start the app `yarn start` 3. Navigate to `/` ###...

bug
Runtime
linear: next

The icons work fine without a prefix, however once I want to use custom prefix, Rocketicons stop working. ```js // tailwind.config.js const icons = require("rocketicons/tailwind"); /** @type {import('tailwindcss').Config} */ export...