stitches-site
stitches-site copied to clipboard
docs(framework-agnostic.mdx): remove getCssText from core import
In docs it is mentioned that we can import getCssText
from @stitches/core
but seems like it is not working. The getCssText
is returned from createStitches
API.
I checked the exports in the code and there too it doesn't seem like we're exporting getCssText
directly.
Let me know if I misunderstood something! Thanks for building this!
This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.
🔍 Inspect: https://vercel.com/modulz/stitches-site/qJYJTxhkT1tVLAdihT95RbrTinqw
✅ Preview: https://stitches-site-git-fork-saurabhdaware-patch-1.modulz-deploys.com
https://github.com/stitchesjs/stitches-site/blob/master/data/docs/installation.mdx?plain=1#L72
Same to @stitches/react
package, the getCssText
method is also not exported.