mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
style: Fix servo build.
This commit is contained in:
parent
5aeab7adb1
commit
a65925cb85
3 changed files with 5 additions and 6 deletions
|
@ -836,6 +836,7 @@ pub enum WordBreak {
|
|||
///
|
||||
/// Specifying `word-break: break-word` makes `overflow-wrap` behave as
|
||||
/// `anywhere`, and `word-break` behave like `normal`.
|
||||
#[cfg(feature = "gecko")]
|
||||
BreakWord,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue