We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3009716 commit 2deb791Copy full SHA for 2deb791
float-pigment-css/src/property.rs
@@ -182,8 +182,8 @@ property_list! (PropertyValueWithGlobal, {
182
0xe1 WxScrollbarXColor: ColorType as Initial default Color::Undefined;
183
0xe2 WxScrollbarY: ScrollbarType as Initial default Scrollbar::Auto;
184
0xe3 WxScrollbarYColor: ColorType as Initial default Color::Undefined;
185
- 0xe3 WxPaintingPixelRatio: NumberType as Initial default Number::F32(1.);
186
0xe4 WxContain: ContainType as Initial default Contain::None;
+ 0xe5 WxPaintingPixelRatio: NumberType as Initial default Number::F32(1.);
187
188
0xfa CustomProperty: CustomPropertyType as Initial default CustomProperty::None;
189
// considering bincode performance, the max value should be 0xfa
0 commit comments