+ 1
Why doen't Sololearn recognize the -webkit-clip-path- property?
I am trying to make a ninja star using embedded code from Clippy. Not even regular old clip-path is recognized. Sololearn?
2 Respuestas
+ 2
here is a useful site: https://caniuse.com/#search=Clip-path
My assumption is that they are using a parser on the back end, and that parser likely doesn’t include that specific CSS attribute, much like other browsers don’t currenly support it.
+ 2
Thank you.