dioxus_tailwindcss/svg.rs
1use crate::ext::*;
2
3// https://tailwindcss.com/docs/fill
4constant!(fill none);
5colors!(fill);
6
7// https://tailwindcss.com/docs/stroke
8constant!(stroke none);
9colors!(stroke);
10
11// https://tailwindcss.com/docs/stroke-width
12constant!(stroke 0);
13constant!(stroke 1);
14constant!(stroke 2);