mirror of
https://github.com/servo/servo.git
synced 2025-08-11 16:35:33 +01:00
Implement gecko glue for border-image-width
This commit is contained in:
parent
cbd43f7acc
commit
8387d7e8b6
2 changed files with 28 additions and 2 deletions
|
@ -383,7 +383,7 @@ ${helpers.single_keyword("-moz-float-edge", "content-box margin-box",
|
|||
</%helpers:longhand>
|
||||
|
||||
// https://drafts.csswg.org/css-backgrounds-3/#border-image-width
|
||||
<%helpers:longhand name="border-image-width" products="none" animatable="False">
|
||||
<%helpers:longhand name="border-image-width" products="gecko" animatable="False">
|
||||
use cssparser::ToCss;
|
||||
use std::fmt;
|
||||
use values::LocalToCss;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue