fawn

Results 5 comments of 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

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...