Skip to content

Commit

Permalink
Merge pull request #5 from phase2/issue/NT-clean-up-unused-outline-co…
Browse files Browse the repository at this point in the history
…mponents

NT: Removed unused component declarations
  • Loading branch information
jardix22 authored Apr 20, 2024
2 parents 126bc6b + 1821fbb commit cce20f9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
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

0 comments on commit cce20f9

Please sign in to comment.