Jeremy Stucki

Results 43 comments of Jeremy Stucki

Can you describe the exact need for this? To which element would this class be applied?

Okay, that makes sense. We'll change the styling approach anyway in the next few months (replace Radium with something else) … So I wonder if making customizations like this is...

Yes, that would also be a good option. But currently we're still supporting IE11, and custom properties don't work there.

You should be able to pass any PrismJS styles to the theme configuration (see [default theme](https://github.com/interactivethings/catalog/blob/master/src/DefaultTheme.js#L42-L49)). E.g. ```jsx ```

This would be pretty awesome, also for symbols (when using the HTML/React specimens). I wonder if this needs to be customizable beyond the naming of typefaces/symbols or if we can...

The thing with letting people add custom attributes (or styles for that matter) is that specimens have different structures and I don't want to add API surface to target each...

About the kitchensink idea: can html-sketchapp-cli only deal with a single page?

@Kilian thanks! After looking at your example, I think it would make sense to add `data-sketch-color` and `data-sketch-text` by default to the color/type specimens. For components it probably doesn't make...

As promised, here are my thoughts. Nothing conclusive but I see several challenges with implementing search _well_: #### Modularity Generally, I'd prefer an approach where we don't couple Catalog too...

Putting `eval "$(fnm env --log-level=quiet)"` in `~/.huskyrc` (_not_ `~/.zshrc`) worked for me.