b68a4681e1
* move folders out of packages * Remove custom yarn stuff, remove duplicate readme * Remove stitches config * Add README script. * bump deps * Fix script * Update package.json
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 }
|