f8b2fe1c85
* 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>
4 lines
148 B
TypeScript
4 lines
148 B
TypeScript
import css, { getCssText, globalStyles, light, dark } from './stitches.config'
|
|
|
|
export default css
|
|
export { getCssText, globalStyles, light, dark }
|