You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While updating some of our code to use rules_closure 0.3.0 I ran into google/closure-stylesheets#11. Basically, the CSS compiler crashes with a NullPointerException when source maps are enabled if a property value contains a comma. For example:
body {
font-family: 'Roboto', sans-serif;
}
Unfortunately, for me, this is a show stopper for the upgrade. I don't see an easy way for me to disable the source map in the current API. Can we provide an override until this is fixed in the CSS compiler?
The text was updated successfully, but these errors were encountered:
While updating some of our code to use rules_closure 0.3.0 I ran into google/closure-stylesheets#11. Basically, the CSS compiler crashes with a NullPointerException when source maps are enabled if a property value contains a comma. For example:
Unfortunately, for me, this is a show stopper for the upgrade. I don't see an easy way for me to disable the source map in the current API. Can we provide an override until this is fixed in the CSS compiler?
The text was updated successfully, but these errors were encountered: