Closed mzanelee closed 1 year ago
[@svelteui/core]
[@svelteui/actions]
[@svelteui/motion]
[core]
[docs]
npm test
yarn lint
yarn repo:prepush
Hi! The docs are correct, the createTheme comes from stitches, which returns an hashed class name (like it says in our docs). Stitches docs: https://stitches.dev/docs/api#createtheme
createTheme
Before submitting the PR, please make sure you do the following
[@svelteui/core]
,[@svelteui/actions]
,[@svelteui/motion]
,[@svelteui/core]
,[core]
, or[docs]
.Tests
npm test
and lint the project withyarn lint
or just runyarn repo:prepush
and check to see if it's passing.