Vince Speelman

Results 26 issues of Vince Speelman

add a props table to each component's docs. as mentioned in [#197](https://github.com/c8r/kit/pull/197#issuecomment-399711318) this is a WIP, I'll remove the [WIP] from the title when its' ready for review - just...

Hi! As is expected for us bleeding edge-riders, `[email protected]` breaks this package. I think it has something to do with `react-cache`, maybe updating it to `2.0.0-alpha.1` would help? barebones repro:...

Hi! version: `0.15.13` I'm having trouble using `react-lite` alongside animation libraries. when the component tries to transition, I get: `Uncaught Invariant Violation: findDOMNode was called on an unmounted component.` I've...

I'd love to be able to namespace custom properties, ala: ``` css /** @define Button */ :root { --ns-Button-size: 1rem; } ``` Is there any way that I'm missing to...

Maybe a columns pattern would be helpful? Not sure if it belongs in the main repo or should be an addon - should we do addons? pattern example: https://gist.github.com/ebdb73886408dce0ac963cfc23d31723

feature
question

consider removing px fallback values as IE9 + have support. Consumers could add the fallback if they wish

question

because you cant easily search a codebase for classes, we need to allow users to search for them in the docs so they can quickly understand the meaning of them.

docs

# Borders ### Goal To expose all aspects of borders to a user while also providing sane defaults for the most common use cases ### Properties - `border` - ~~`border-block-end`~~...

feature
help wanted

Hi! Awesome project. I'd love to be able to use in on react components that have a `className` property.

help wanted

I know, I know. But it is really cool and I'd love to use sassdown with it.

feature