add w and h

This commit is contained in:
annieversary 2022-07-04 22:08:39 +01:00
parent 63ca79e814
commit 8828250885
1 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,8 @@ pub(crate) fn default_rules() -> HashMap<String, String> {
pub(crate) fn default_names() -> HashMap<String, String> {
vec![
("w", "width"),
("h", "height"),
("m", "margin"),
("mt", "margin-top"),
("mb", "margin-bottom"),