Joseph Kohlmann

Results 2 comments of Joseph Kohlmann

Minimum and maximum constraints (in particular for widths) would be excellent. There are several use cases I can imagine for responsive web layouts, for example: A horizontally centered column of...

I have a generated string union type definition like this: ```ts export type Align = | 'LEFT' | 'CENTER' | 'RIGHT' | 'DEFAULT'; ``` I also have an existing object...