macro_rules! longhand_properties_idents {
($macro_name: ident) => { ... };
}
Expand description
Call the given macro with tokens like this for each longhand properties:
{ snake_case_ident }
macro_rules! longhand_properties_idents {
($macro_name: ident) => { ... };
}
Call the given macro with tokens like this for each longhand properties:
{ snake_case_ident }