1
2
3
4
5
6
7
8
9
10
11
12
13
14
use crate::ext::*;

// https://tailwindcss.com/docs/fill
constant!(fill none);
colors!(fill);

// https://tailwindcss.com/docs/stroke
constant!(stroke none);
colors!(stroke);

// https://tailwindcss.com/docs/stroke-width
constant!(stroke 0);
constant!(stroke 1);
constant!(stroke 2);