scalacss icon indicating copy to clipboard operation
scalacss copied to clipboard

DSL for calc()

Open tyrcho opened this issue 7 years ago • 2 comments

How can I generate such style ? Again, I did not find any reference in the doc for the "calc" keyword.

font-size: calc(16px + 2vmin);

tyrcho avatar Jan 14 '18 11:01 tyrcho

calc isn't supported via the DSL yet. For now you have to use the unsafe syntax:

fontSize :=! "calc(16px + 2vmin)"

japgolly avatar Jan 15 '18 08:01 japgolly

Thanks, that does the job for the moment.

tyrcho avatar Jan 21 '18 09:01 tyrcho