Khan / aphrodite

Framework-agnostic CSS-in-JS with support for server-side rendering, browser prefixing, and minimum CSS generation
5.34k stars 188 forks source link

Make object types explicitly inexact to support projects using flow's exact_by_default option #385

Open kevinbarabash opened 4 years ago

kevinbarabash commented 4 years ago

This involved changing { a: string, b: boolean } to { a: string, b: boolean, ... }. We should probably update flow at the same time so that we can test this change.