fawn
fawn
i can't get the DeArrow feature to work personally but if that's somehow on my end then yes this issue should be closed
tried again just now and it worked! closing
hi kitty
bone appetit
would you have a problem with this rule? ```rs (hsl($h:expr, $s:tt%, $l:tt%)) => { $crate::Color::from_hsl($h, ($s as f64 / 100.0), ($l as f64 / 100.0)).unwrap() }; ``` using `tt` isn't...