Closed BeeMargarida closed 1 year ago
createStyles
svelteui-Timeline-root
svelteui-Timeline-icon
darkMode
{ .root { ... [`& .${getRef('icon')}`]: { ... } } .icon { ref: getRef('icon'), .... } }
Tested in storybook and in the docs and fixed any problems that happened due to these changes.
[@svelteui/core]
[@svelteui/actions]
[@svelteui/motion]
[core]
[docs]
npm test
yarn lint
yarn repo:prepush
Improvement of
createStyles
util and APIsvelteui-Timeline-root
-svelteui-Timeline-icon
, etc.darkMode
keywords recursively (fixes the problem that it was only switched if only on one level deeper)Tested in storybook and in the docs and fixed any problems that happened due to these changes.
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.