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
Ordinarily I'd say that this is really an issue for NUglify to fix as this is valid CSS, however, given this is Vendr v2 which only supports Umbraco v9 and Umbraco v8.17+ which both have the new tabs implementation, I think it actually makes sense for us to remove this style anyway as nobody would really be using Matroyshka in either of those two versions.
vendr.css does not minify in Umbraco v9 (and throws an error)
Steps To Reproduce
"InvalidOperationException: Expected identifier, found '>',Expected comma or open brace, found ')'"
Because of this issue with Smidge the error also causes JS to fail to load.
Expected behavior
CSS minifies and loads.
Vendr version:
2.0.3
The failing CSS in question is line 75 of vendr.css:
NUglify cannot handle it (have tested using Nuglify directly).
The text was updated successfully, but these errors were encountered: