macro_rules! border_radius {
    ( $( $prefix:ident )* ) => { ... };
}