We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have an style tag in my project.
I want to include some nonce tag for content security policies.
looks like is done here https://github.com/bl00mber/react-phone-input-2/blob/master/src/style/common/flags.less#L9
I am using material design and this is the current output. (which is good)
Any idea about how do this?
pretty sure if we tweak https://github.com/alexplumb/material-ui-phone-number/blob/master/webpack.config.common.js#L46-L53 with https://webpack.js.org/loaders/style-loader/#attributes we could control it otherwise I don't see any chance
The text was updated successfully, but these errors were encountered:
@josuevalrob Did you get a solution for it?
Sorry, something went wrong.
@josuevalrob Can't we override the "flag" class's styles and change the background-image property to load the image from our own content server?
No branches or pull requests
I have an style tag in my project.
I want to include some nonce tag for content security policies.
looks like is done here
https://github.com/bl00mber/react-phone-input-2/blob/master/src/style/common/flags.less#L9
I am using material design and this is the current output. (which is good)
Any idea about how do this?
pretty sure if we tweak https://github.com/alexplumb/material-ui-phone-number/blob/master/webpack.config.common.js#L46-L53 with https://webpack.js.org/loaders/style-loader/#attributes we could control it otherwise I don't see any chance
The text was updated successfully, but these errors were encountered: