-
I'm trying to set the snowflakes' color using CSS custom properties (`var(--my-custom-property)`) to make it easier to account for light and dark modes, but this seems not to currently work.
This i…
-
**Describe the bug**
When an empty tag is present inside of a `` element, SVGO converts it to a self-closing tag. This results in tags that are invalid HTML and are misinterpreted by the browser.
…
rnwst updated
3 weeks ago
-
I am trying to use a custom config file (svgo.config.js) but it seems svg-symbol-sprite is unable to find it's location, even though it is in the same level as the script.
I have another project w…
-
Good morning,
First of all thank you for maintaining this project!!!
I encountered this error message after installing the latest version:
Error - 500
Oooops, Something went wrong! You have …
-
Inline style should be moved into scss files.
It will also help #757
Once this is done, the CSP policy could probably be updated to remove `unsafe-inline` for `style-src`.
⚠️ For svg, CSP a…
-
Created svg.d.ts file with the following contents:
```
declare module '*.svg' {
const content: any
export default content
}
```
Then using in a component this way:
```
import regist…
-
I believe this would simplify the existing code by replacing inlined SVGs with components and also make it easier for user to add new icons on their own.
ie something like
```
```
c…
-
I'm trying to use a checkbox in a regular form with attributes like `name="model"` instead of `wire:model`:
```html
...
```
The problem is, the checkbox component isn't passing the `nam…
-
Hi,
Thanks for your work, your package is just super convenient to work with.
I wanted to suggest the possibility to authorize svg inlining inside the html. SVG is convenient for scientific visu…
-
I am taking about files like https://github.com/mikhin/vite-figma/blob/main/src/ui/components/Lurkers.tsx
Having SVG in JSX files leads to a few problems:
1. You can’t view SVG files in system ima…