use crate::ext::*;
constant!(bg fixed);
constant!(bg local);
constant!(bg scroll);
constant!(bg clip border);
constant!(bg clip padding);
constant!(bg clip content);
constant!(bg clip text);
colors!(bg);
constant!(bg origin border);
constant!(bg origin padding);
constant!(bg origin content);
constant!(bg bottom);
constant!(bg center);
constant!(bg left);
constant!(bg left bottom);
constant!(bg left top);
constant!(bg right);
constant!(bg right bottom);
constant!(bg right top);
constant!(bg top);
constant!(bg repeat);
constant!(bg no repeat);
constant!(bg repeat x);
constant!(bg repeat y);
constant!(bg repeat round);
constant!(bg repeat space);
constant!(bg auto);
constant!(bg cover);
constant!(bg contain);
constant!(bg none);
constant!(bg gradient to t);
constant!(bg gradient to tr);
constant!(bg gradient to r);
constant!(bg gradient to br);
constant!(bg gradient to b);
constant!(bg gradient to bl);
constant!(bg gradient to l);
constant!(bg gradient to tl);
colors!(from);
percents!(from);
colors!(via);
percents!(via);
colors!(to);
percents!(to);