-
Notifications
You must be signed in to change notification settings - Fork 410
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
CSS: Unsupported selector type ?! #2748
Comments
I've found the cause as there was some string in the css out of place. I think it would be helpful if the line number to the css file would be mentioned in the error |
…g the parsing phase, it should now include the line number of the CSS. Some steps are performed after the parsing phase - e.g. when we're actually building the .res file. In these cases it will now report which UIID was being processed, and which style property was being updated at the time. This should make it much easier to track down CSS errors. #2748
I have made some improvements to the error reporting in the CSS compiler. Now, the error that you posted here will include details about which selector was being processed, and what line number of the CSS file it occurred on. Some classes of errors won't include a CSS line number because they occur during the .res file building phase. In these cases I have also improved error reporting so that it will show you which UIID and property were being processed at the time of the error. This will be included in the next update. |
I'm suddenly getting the following error when running the simulator:
The text was updated successfully, but these errors were encountered: