mirror of
https://github.com/servo/servo.git
synced 2025-07-02 21:13:39 +01:00
style: Update bindings.
This commit is contained in:
parent
744809a8b2
commit
ac088b4a72
1 changed files with 1 additions and 0 deletions
|
@ -489,6 +489,7 @@ pub mod root {
|
|||
pub const NS_STYLE_WIDTH_MIN_CONTENT: u32 = 1;
|
||||
pub const NS_STYLE_WIDTH_FIT_CONTENT: u32 = 2;
|
||||
pub const NS_STYLE_WIDTH_AVAILABLE: u32 = 3;
|
||||
pub const NS_STYLE_FLEX_BASIS_CONTENT: u32 = 4;
|
||||
pub const NS_STYLE_POSITION_STATIC: u32 = 0;
|
||||
pub const NS_STYLE_POSITION_RELATIVE: u32 = 1;
|
||||
pub const NS_STYLE_POSITION_ABSOLUTE: u32 = 2;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue