Bill Criswell

Results 16 comments of Bill Criswell

You need to use `require` not `import` like the sample code provided.

I just set up a fresh project with it and it's working. ![Screen Shot 2022-08-26 at 3 00 58 PM](https://user-images.githubusercontent.com/182222/186973746-666f79c2-0778-432b-8269-26bd4f5cf87b.png)

The plugin wouldn't do that. You'd need to do that yourself.

Hey. I think so. I'll try to get it merged and published later on today. Having a hard time recalling why I didn't merge it at the moment.

Hacked this up real quick because I was playing with something. It might be useful for others. I was going to put up a PR but wasn't sure how best...

I hacked this up real quick for a side project I'm working on. It has some extra that's not standard so delete away! ```ts interface ThemeUiSpec { borders?: { [name:...

@raiyansarker I have a plugin that will "swap" Tailwind themes (but it really composes them). It uses custom properties so adding transparency the Tailwind way might not work... like `bg-yellowP3-5/50`...

You can use hex or *any* color format you want if you use `color-mix`. ``` colors: { primary: `color-mix( in srgb, var(--primary-color-in-hex), transparent calc(100% - 100% * ) )` }...

No problem. The browser support for Firefox is not there for that, though.