#[macro_export]
macro_rules! pref {
("layout.css.stylo-local-work-queue.in-main-thread") => {
32
};
("layout.css.stylo-work-unit-size") => {
16
};
("layout.css.stylo-local-work-queue.in-worker") => {
0
};
("layout.css.system-ui.enabled") => {
true
};
("layout.css.fit-content-function.enabled") => {
true
};
("layout.css.outline-offset.snapping") => {
1
};
("layout.css.relative-color-syntax.enabled") => {
true
};
("layout.css.stretch-size-keyword.enabled") => {
true
};
("layout.css.marker.restricted") => {
true
};
("layout.css.webkit-fill-available.enabled") => {
true
};
("layout.css.webkit-fill-available.all-size-properties.enabled") => {
true
};
("layout.css.font-variations.enabled") => {
true
};
("layout.css.gradient-color-interpolation-method.enabled") => {
true
};
("layout.css.contrast-color.enabled") => {
true
};
($string:literal) => {
false
};
}