Ramin B.

Results 20 issues of Ramin B.

Wondering why this theme sets a line-height of 20px with `!important` on it? Setting `line-height: 1.5` would essentially be the same, but also work better for when larger text wraps....

**Is your feature request related to a problem? Please describe.** I am using the carousel to auto play and loop through items when the carousel is "in view". I would...

enhancement

Noticing a lot of duplicate definitions that could be optimized in the generated CSS. ie, ``` h1 { margin-left: 0; margin-right: 0; margin-top: 0; padding-bottom: 0; padding-left: 0; padding-right: 0;...

I think this is a really great plugin, but it would be great if the different providers were removed from the main script file and one could decide which providers...

Noticed the whitelisting options don't work anymore. After some digging, it seems that purgecss has changed its "whitelist" option names to "safelist". Looks like smelte is still using "whitelist" though

Look like the tailwind `purge` process removes some classes needed by the `Switch` component. Namely `.bg-primary-200` (defined here https://github.com/matyunya/smelte/blob/c2cecbfb06f20e1fe6e7eb4a607933d2ae9389a3/src/components/Switch/variants.js#L2) I am guessing b/c the classname is being added dynamically using...

Allows you to mount routes to different proxied backends (supports RegExp) Example: ```javascript import { mount, MountInfo, proxy, middleware, pipeline } from '@fly/cdn' const routes: MountInfo[] = [ ['/blog', proxy('https://medium.com/blog')],...

Not sure if this issue has something to do with my local dev environment, but I was getting tons of TS errors and the only way to fix it was...

DevTrace shows you a code snippet of the `SQL` generated, but the code hilight area doesn't allow for scrolling, so it is hard to read the full output. It has...