Quentin Gaultier

Results 5 issues of Quentin Gaultier

I don't understand the dependency to `react-native-vector-icons`, and I think it make it more difficult to install and work with.

Hello, I have a 404 routing error when I try to preview my stories. I noticed that removing the [internal: true](https://github.com/jonspalmer/view_component_storybook/blob/2d9b69d6f318bbb9d64f4696c967eb042bf022af/lib/view_component/storybook/engine.rb#L38) option, let the route appear among the `rails routes`...

`.btn:not(:first-child):not(:last-child) {` will not work as `.btn` will be wrapped in a `.indicator`

Tailwind support [arbitrary groups](https://windicss.org/play.html?html=DwEwlgbgBAxgNgQwM5ILwCIDmAnA9gVwAcowkBaQ-AIzlIAsBTEdAPgCgopRJZEUM6YECAYA7KDgKEyAbQB0pCtVpJGIALoAuGrhgBrVh05QACsvpMjwAPTgI7G3ZZA&css=HQCwlgBA3hC%2BQ) but it appears that windicss [does not.](https://windicss.org/play.html?html=DwEwlgbgBAxgNgQwM5ILwCIDmAnA9gVwAcowkBaQ-AIzlIAsBTEdAPgCgopRJZEUM6YECAYA7KDgKEyAbQB0pCtVpJGIALoAuGrhgBrVh05QACsvpMjwAPTgI7G3ZZA&css=HQCwlgBA3hC%2BQ)

My config has `preflight: true` enabled, and I try to customize my headings styles with: ``` @layer base { h1 { @apply font-semibold text-4xl; } } ``` The generated css,...