1

I am converting a CSS file to purescript-css and in the CSS file there is the line margin:auto . I have looked at the margin function in the CSS.Geometry module of the purescript-css library and I cannot see how to use it to set the margin property to auto. Can anyone help?

Sincerely, Eric M.

user1023733
  • 805
  • 5
  • 14
  • There is an `auto` function here https://pursuit.purescript.org/packages/purescript-css/4.0.0/docs/CSS.Common#t:Auto, so maybe you can write `margin auto auto auto auto`. – rnons Jul 23 '19 at 05:08

0 Answers0