Richard Shephard

Results 9 issues of Richard Shephard

We have a simple `z-index` scale: ```json { "z-index": { "-1": { "value": "-1" }, "0": { "value": "0" }, "1": { "value": "1" }, "2": { "value": "2" },...

We have a number of stories defined that only contain a single story, but each have a number of args that the users can change to see the components in...

We are just starting out on the journey of visual image testing. We came across this project, which looks to meet our requirements. However, we're a little confused by the...

We have a number of themes and aligned to this a number of document only pages that just give details about the design. The idea is that a theme will...

enhancement

Hi there, We have a number of color styles that use multiple properties for gradients. By this I mean, when creating the gradient, we create 2 different properties for the...

enhancement
token type gradient
plugin v2.2
token apply multiple property

Thanks for a great bit of tooling. We are using this now for a lot of our web component visual testing with themes. With that, we have tests that use...

Doing: ``` ``` doesn't compile/build the classes. But if the classes are moved to CSS, then work just fine: ``` :host { @apply flex items-center justify-center fixed left-0 top-0 h-screen...

bug

Stencil imports use a `?...shadow` that causes tailwind jit to input shadow styles into the final out even when shadows are not used

enhancement

Hi, I have been looking for a rsut cli that would be able to take in a openapi json document and output typescript/react-query files. I got an example of: paperclip...