1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
use crate::ext::*;
// https://tailwindcss.com/docs/box-shadow
constant!(shadow);
constant!(shadow sm);
constant!(shadow md);
constant!(shadow lg);
constant!(shadow xl);
constant!(shadow 2xl);
constant!(shadow inner);
constant!(shadow none);
// https://tailwindcss.com/docs/box-shadow-color
colors!(shadow);
// https://tailwindcss.com/docs/opacity
opacities!(opacity);
// https://tailwindcss.com/docs/mix-blend-mode
blend!(mix blend);
constant!(mix blend plus lighter);
// https://tailwindcss.com/docs/background-blend-mode
blend!(bg blend);