Ramin B.

Results 28 comments of Ramin B.

Would love to see this! Yes please open a PR

FYI, here is my code for a custom Menu implementation using popper.js + [svelte-popperjs](https://github.com/bryanmylee/svelte-popperjs#readme). Its a mashup of code borrowed from the `Menu` implementation from Smelte and code from the...

I was able to get around this by setting the following `whitelist: ['bg-primary-200', 'bg-primary-400']` ... but would rather not hardcode it in the config

Hi, with the latest update (`1.1.5`) this seems to no longer work. I have `whitelist: ['bg-primary-200', 'bg-primary-400']` but when I do a production build, the Switch component does not display...

Hello. Great project! Just wanted to second this. Why not just relay on the tailwind `fontFamily` prop vs the hardcoded value here? Can default fontFamily `sans` to Roboto in the...

Btw, a simple work around for this would be to create your own local `tailwind.css` file, copy the contents of the one in this project and edit it as needed

the `tsconfig` in the example gist seems to also be incomplete: ``` { "include": ["./index.ts"], "compilerOptions": { "outDir": "./build/", "baseUrl": ".", "paths": { "@fly/cdn": ["./src/"] } } } ``` Here...

Looks like the `aws` backend tests are failing for some reason. Unrelated to this change. https://dev.azure.com/flydotio/fly/_build/results?buildId=941

@KittyBot, @mrkurt any ideas?

Btw, this has happened before in another PR -- https://github.com/superfly/edge/pull/45#issuecomment-462967729