Peter Butcher

Results 4 issues of Peter Butcher

Add support for FlipDown as an ES module with Webpack or Rollup as suggested in #11.

enhancement

Browser implementations of `line-height` vary subtly. For example, the current values render fine in Chrome, but in Firefox, values are shifted upwards slightly.

bug

Give the option to use Sass instead while keeping a vanilla CSS option.

enhancement

After a clean install using `yarn create r3f-app next app -ts`, the `View` components in both `app/page.tsx` and `app/blob/page.tsx` show the following errors: ``` Type '{ children: Element; className: string;...