-
Notifications
You must be signed in to change notification settings - Fork 259
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
undefined:2:1230: property missing ':' when using background with Data URI #154
Comments
Another issue is with keyframes here: |
after some digging, I found that each style line has more than one semicolon (;) will break to more than one line which leads to different errors and I think this line is the problem this line |
We are facing issues with this too. We use devextreme UI components and their theme css file gives this error. D:\TempProjects\angular12Devextreme>ng build --configuration=production Hope for a fix soon. |
Any updates? |
Last release was a year ago and there are loads of open PRs, so I wouldn't expect much from this library. @alan-agius4 maybe it's a good idea to fork this project since it's no longer maintained? |
See reworkcss/css#154 angular/angular-cli#20760 nrwl/nx#4381 Co-authored-by: Remo Loetscher <[email protected]>
It appears that the parsers is not parsing correctly CSS which contain Data URIs. In the below there are 2 examples where one succeed and another one fails.
The only difference is that the classes with dataURI are on 2 seperate lines.
CSS version: 3.0.0
The text was updated successfully, but these errors were encountered: