rtfeldman / elm-css

Typed CSS in Elm.
https://package.elm-lang.org/packages/rtfeldman/elm-css/latest
BSD 3-Clause "New" or "Revised" License
1.23k stars 196 forks source link

Add paddingBlockStart and paddingBlockEnd properties #547

Closed dzuk-mutant closed 2 years ago

dzuk-mutant commented 2 years ago

I noticed these were missing from the package. They accept the same length values as padding-left/right/bottom/etc ^^

https://developer.mozilla.org/en-US/docs/Web/CSS/padding-block-start https://developer.mozilla.org/en-US/docs/Web/CSS/padding-block-end

dzuk-mutant commented 2 years ago

(In case this isn't fixed by the time someone who has control of repo sees it, GitHub seems to be having a bug with dummy email addresses right now, so the commits in this PR have been tagged as being made by a user who is not me but happened to use the same dummy email in the past. This is not intentional, I do not have control of that GitHub account 😓)

dzuk-mutant commented 2 years ago

Realised I should have put these on a different branch (and there were some more properties I could have added).