logo
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
use super::*;

///
#[derive(Clone, Debug)]
pub struct TailwindRingWidth {
    width: LengthUnit,
}

// ring-offset-0	--tw-ring-offset-width: 0px;
// box-shadow: 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color), var(--tw-ring-shadow);