Richard Shephard
Richard Shephard
Just FYI to anyone who needs it... We have a number of stories that use the args settings to pass in variants for components. Writing stories for each of those...
@six7 there are stacking gradients - which I believe is being applied here. So you could do: ```css background: linear-gradient(217deg, rgba(255,0,0,.8), rgba(255,0,0,0) 70.71%), linear-gradient(127deg, rgba(0,255,0,.8), rgba(0,255,0,0) 70.71%), linear-gradient(336deg, rgba(0,0,255,.8), rgba(0,0,255,0)...
Not directly, no. Figma seems to apply a linear gradient with an alpha channel when there are more than one: ```css background: linear-gradient(0deg, rgba(98, 71, 204, 0.56), rgba(98, 71, 204,...
I'm not sure understand your question? As in why would need negative numbers? z-index is the scenario - as in we have tokens that represent the height relative to other...
@chazzmoney understood on the naming. So out setup is output in a number of ways, and the naming of things definitely happens - but later for css/sass. To give you...
Oh, I should mention, we do have situations where the number doesn't match the name 🙈 : ```json { "size": { "spacing": { "1": { "value": "2px" }, "2": {...
Thanks. I have tried using `puppeteerLaunchConfig` without any luck getting it to connect to that docker container. Do you perhaps have an example command line that would do it?
Ok, so maybe I'm missing the layout here - So my understanding is you would have a container that has Chrome in it, that would have an open port to...
@lloydjatkinson @gkweb @rwwagner90 Hi all - just FYI in case you were interested, I've made a slightly different plugin for tailwind 2.0 that specifically targets tailwind's JIT syntax. It also...
Hi there, I don't believe that would be possible. I'm not sure I'm understanding your use case properly either. @apply would want to expand itself when the TW compiler runs....