refactor(ui-shell): use $$restProps, remove cx

This commit is contained in:
Eric Liu 2020-07-19 06:33:06 -07:00
commit 1e5333dd64
26 changed files with 230 additions and 425 deletions

View file

@ -1,7 +1,3 @@
<script>
import { cx } from '../../../lib';
</script>
<ul class={cx('--side-nav__items')}>
<ul class:bx--side-nav__items={true}>
<slot />
</ul>