!important isn't so important

I am a paragraph and in my inline styles I have declared:

And here another with inline styles that say:

How do you see it?

This isn't a bug or hack. It's the CSS espec: CSS Cascading and Inheritance [new] .

See it on my blog: EsCSS (#impoCSSible inside)

The secret:

[style*='!important'] {
  animation: animat .1s forwards;
 }
@keyframes animat {
  0%, 100% {
   all: initial;
   /* tus estilos para !important */
  }
 }