Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fractional values in style tag #327

Open
Terciuss opened this issue Nov 5, 2021 · 0 comments
Open

fractional values in style tag #327

Terciuss opened this issue Nov 5, 2021 · 0 comments

Comments

@Terciuss
Copy link

Terciuss commented Nov 5, 2021

when using fractional property values in the tag, the style throws an error
webpack config

{ test: /\.svg$/, use: [ { loader: "babel-loader" }, { loader: "react-svg-loader", options: { svgo: { plugins: [ { removeViewBox: false, inlineStyles: false, removeStyleElement: false } ] } } } ] }

image
folder.svg.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant