Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I using GrapesJS in Angular Project and work well but in Angular 13 show some Warning CSS releated, all warning coming from grapesj.min.css, for some rules that include asterisk before css property.
grapesj.min.css
I know that is a hack for IE7 and before
"*property: value applies the property value in IE 7 and below. It may or may not work in future versions. Warning: this uses invalid CSS."
I think that "compatibility hack" is generated in build phase maybe for IE7 compatibility, so if i can include scss instead of css on my Angular Project i think all that warning was removed.
Somebody knows if that is possible?
Beta Was this translation helpful? Give feedback.
All reactions