Mike Mai
Mike Mai
Hi @bradfrost! There's something I want to touch on: >Consider relabeling "Expand/Collapse Panel" as "Show/Hide Info" or "Show/Hide Pattern Info", which feels a little more explicit. This is the most...
Wanted to chime in and note that Tokens Studio has a base font size feature, by default it's 16px, and all tokens written in rem would reference that. It can...
> Except, Figma IS the source of truth. With plugins, we export from Figma (or Sketch, or whatever), and we publish to repos of any sort. I have to disagree...
I 100% agree that there needs to be min and max values for fluid typography and spacing. ``` { "fluid-dimension-token": { "$type": "fluid", "$value": { "min": "32px", "max": "48px" }...
@PavelLaptev But that is not fluid design, that's imaginary breakpoint design as a result of the static design tool. There is no such thing as mobile, tablet, and desktop, as...
What @ilikescience wrote above is too specific to CSS, I am suggesting just the essential min and max values: ```json { "type-size-large-fluid-min": { "$type": "dimension", "$value": "2rem", }, "type-size-large-fluid-max": {...
@PavelLaptev Your column example is one of the biggest downfalls of breakpoint design. 3 column layout at 1280px viewport looks fine while 3 column layout at 801px viewport looks super...