1 2 3 4 5 6 7 8 9 10 11 12 13
use super::*;
#[doc = include_str!("readme.md")]
#[derive(Copy, Clone, Debug)]
pub struct TailwindAnimate {}
impl Display for TailwindAnimate {
fn fmt(&self, _f: &mut Formatter<'_>) -> std::fmt::Result {
todo!()
}
}
impl TailwindInstance for TailwindAnimate {}