websitegenerator v1.1.0
New
- added a lot of CSS property setters and constructors!
Breaking changes
- new CSS property setters and constructors all use
varargs[string]
as the input, this breaks old setters likesetFont
, which acceptedstring|CssFontStyle
Workaround:
Use the$
stringify proc to convert enums likeCssFontStyle
to a string.