tldraw/packages/www/styles/index.ts
Pedro Duarte f8b2fe1c85
Refactor to Stitches Core (#89)
* Refactor www/styles to Stitches Core

* Update package.json

* Begin refactor of `tldraw`

* More refactoring

* A bit more

* little bit more

* Update yarn.lock

* Drops React dependencies to 16.8

Co-authored-by: Steve Ruiz <steveruizok@gmail.com>
2021-09-19 20:45:50 +01:00

4 lines
148 B
TypeScript

import css, { getCssText, globalStyles, light, dark } from './stitches.config'
export default css
export { getCssText, globalStyles, light, dark }