-
-
Notifications
You must be signed in to change notification settings - Fork 608
Unable to parse , rgba(255, 255, 255, .15) 25%, correctly #83
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
Comments
react-bootstrap
|
Same thing here: build works in 0.14.5, not in 0.15.1
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ERROR in ./~/css-loader!./client/css/bootstrap.css
Module build failed: Error: Unable to parse color from string "rgba(255, 255, 255, .15 25%)"
It seems to be parsing the following line (and others like it) incorrectly:
background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
This works in 0.14.5 but breaks in 0.15.0
The text was updated successfully, but these errors were encountered: