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

Phantom types: Logical borders #552

Open dzuk-mutant opened 2 years ago

dzuk-mutant commented 2 years ago

Adds functions covering the following properties for the phantom-types branch:

(to my knowledge this covers all logical border properties apart from border-radius ones)

Implementing them basically just involved a lot of repetition because they share identical arguments with similar border properties.