Peter Butcher
Peter Butcher
Add support for FlipDown as an ES module with Webpack or Rollup as suggested in #11.
Browser implementations of `line-height` vary subtly. For example, the current values render fine in Chrome, but in Firefox, values are shifted upwards slightly.
Give the option to use Sass instead while keeping a vanilla CSS option.
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;...