Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NT: Removed unused component declarations #5

Merged
merged 1 commit into from
Apr 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions packages/storybook/public/global.css
Original file line number Diff line number Diff line change
@@ -1,16 +1,3 @@
:root {
--outline-core-link--color: #0000ff;
--outline-core-link--text-decoration: none;
--outline-core-link--color-hover: #808080;
--outline-core-link--text-decoration-hover: underline;
--outline-core-link--color-focus: #808080;
--outline-core-link--text-decoration-focus: underline;
--outline-core-link--transition-property: color, background-color,
border-color, text-decoration-color, fill, stroke;
--outline-core-link--transition-duration: 150ms;
--outline-core-link--transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

body {
font-size: 16px;
font-family: Roboto, sans-serif;
Expand Down
2 changes: 0 additions & 2 deletions packages/storybook/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@
// Importing specific components from the `src/components` directory
// import { Component1 } from './components/component1';
// import { Component2 } from './components/component2';
// import { OutlineAlert } from './components/shared/outline-alert/outline-alert';
import { OutlineExample } from './components/shared/outline-example/outline-example';
// import { OutlineCoreLink } from '@phase2/outline-core-link';
// Add more component imports as needed...

// Importing specific controllers from the `src/controllers` directory
Expand Down
Loading