mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +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,
|
ToResolvedValue,
|
||||||
ToShmem,
|
ToShmem,
|
||||||
)]
|
)]
|
||||||
|
#[value_info(other_values = "subgrid")]
|
||||||
#[repr(C, u8)]
|
#[repr(C, u8)]
|
||||||
pub enum GenericGridTemplateComponent<L, I> {
|
pub enum GenericGridTemplateComponent<L, I> {
|
||||||
/// `none` value.
|
/// `none` value.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue