Skip to content

Commit

Permalink
chore(storybook): remove cwc from root (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
annawen1 committed Jun 13, 2024
1 parent d76fe43 commit 9aca951
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .storybook/preview.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
*/

import { html } from 'lit';
import '@carbon/web-components/es/components/skip-to-content/skip-to-content.js';
import containerStyles from './_container.scss?inline';
import { white, g10, g90, g100 } from '@carbon/themes';
import { breakpoints } from '@carbon/layout';
Expand Down Expand Up @@ -165,9 +164,6 @@ export const decorators = [
return html` <style>
${containerStyles}
</style>
<cds-skip-to-content href="#main-content"
>Skip to main content</cds-skip-to-content
>
<div
id="main-content"
name="main-content"
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
},
"dependencies": {
"@carbon/styles": "1.53.0",
"@carbon/web-components": "2.9.0",
"lit": "^3.0.0"
},
"devDependencies": {
Expand Down
1 change: 0 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9992,7 +9992,6 @@ __metadata:
"@carbon/styles": "npm:1.53.0"
"@carbon/themes": "npm:11.36.0"
"@carbon/type": "npm:11.26.0"
"@carbon/web-components": "npm:2.9.0"
"@commitlint/cli": "npm:^19.0.0"
"@commitlint/config-conventional": "npm:^19.0.0"
"@custom-elements-manifest/analyzer": "npm:^0.9.0"
Expand Down

0 comments on commit 9aca951

Please sign in to comment.