mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 10:21:05 +00:00
chore(button-skeleton): remove unused const
This commit is contained in:
parent
d18d9cafd2
commit
0c9fb41aff
1 changed files with 0 additions and 2 deletions
|
@ -6,8 +6,6 @@
|
||||||
export let style = undefined;
|
export let style = undefined;
|
||||||
|
|
||||||
import { cx } from '../../lib';
|
import { cx } from '../../lib';
|
||||||
|
|
||||||
const _class = cx('--skeleton', '--btn', small && '--btn--sm', className);
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
{#if href}
|
{#if href}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue