Get basic compiling working with new CSS setup

This commit is contained in:
Dane Everitt
2020-07-03 13:55:33 -07:00
parent 7b75e7a648
commit 2193916fe4
18 changed files with 2159 additions and 959 deletions

4
resources/scripts/macros.d.ts vendored Normal file
View File

@@ -0,0 +1,4 @@
// This allows the use of css={} on JSX elements.
//
// @see https://github.com/DefinitelyTyped/DefinitelyTyped/issues/31245
import {} from 'styled-components/cssprop';