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
I use this library to type the classes and ids of my CSS files within a Preact project.
Everything was great until in my component I had to check if a CSS animation had finished.
I am currently using the class name written as a conventional string, but I liked knowing that the CSS attributes I was using in my component actually existed in the style files.
The text was updated successfully, but these errors were encountered:
I use this library to type the classes and ids of my CSS files within a Preact project.
Everything was great until in my component I had to check if a CSS animation had finished.
I am currently using the class name written as a conventional string, but I liked knowing that the CSS attributes I was using in my component actually existed in the style files.
The text was updated successfully, but these errors were encountered: