stitches-site icon indicating copy to clipboard operation
stitches-site copied to clipboard

docs(framework-agnostic.mdx): remove getCssText from core import

Open saurabhdaware opened this issue 3 years ago • 2 comments

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!

saurabhdaware avatar Feb 08 '22 18:02 saurabhdaware

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

vercel[bot] avatar Feb 08 '22 18:02 vercel[bot]

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.

percy507 avatar Aug 21 '22 02:08 percy507