Skip to content

Add px and py rules to padding rules. #5

Description

@manuel12

A px rule is a padding rule that only affects left and right padding(horizontals hence the x) and is written like so:

.px {
  padding-left: auto.
  padding-right auto.
} 

A py rule is a padding rule that only affects top and bottom padding(verticals hence the y) and is written like so:

.py {
  padding-top: auto.
  padding-bottom auto.
}

Metadata

Metadata

Assignees

Labels

css onlyThis fix/enhancement only involves CSS filesenhancementNew feature or requestgood first issueGood for newcomershelp wantedExtra attention is needed

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions