• Resolved jackimma

    (@jackimma)


    Hi there and thanks for the great job,

    I was making a little marquee like animation and I put the @keyframes in the Pattern CSS box, but in the frontend the keyframe declaration is not visible

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Kevin Batdorf

    (@kbat82)

    It’s actually removing globals like that. Specifically, it doesn’t allow these:

    import, supports, page, font-face, keyframes, counter-style.

    I thought about scoping those, but I think it would just be confusing and unexpected. Can you add the keyframe to your global css?

    Thread Starter jackimma

    (@jackimma)

    Fair enough! I ended up putting the few lines of css i needed in the gutenberg custom html block so that was included in the pattern. Not the cutest solution but it does the job.

    Keep on the great job

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Keyfremes’ is closed to new replies.