style: add subgrid to list of suggestions for grid-template-* properties

Differential Revision: https://phabricator.services.mozilla.com/D169862
This commit is contained in:
Christian Sonne 2023-02-14 22:48:11 +00:00 committed by Martin Robinson
parent 53cddb1886
commit c4ae5c93a8

View file

@ -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.