mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
style: add subgrid to list of suggestions for grid-template-* properties
Differential Revision: https://phabricator.services.mozilla.com/D169862
This commit is contained in:
parent
53cddb1886
commit
c4ae5c93a8
1 changed files with 1 additions and 0 deletions
|
@ -781,6 +781,7 @@ impl ToCss for LineNameList {
|
|||
ToResolvedValue,
|
||||
ToShmem,
|
||||
)]
|
||||
#[value_info(other_values = "subgrid")]
|
||||
#[repr(C, u8)]
|
||||
pub enum GenericGridTemplateComponent<L, I> {
|
||||
/// `none` value.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue