Skip to content

Commit

Permalink
fix(slug): story remove unneeded code
Browse files Browse the repository at this point in the history
  • Loading branch information
ariellalgilmore committed Jan 23, 2024
1 parent af578c6 commit 71cf0c6
Showing 1 changed file with 0 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -468,21 +468,6 @@ export const _Select = () => {
</div> `;
};

const tagTypes = [
'red',
'magenta',
'purple',
'blue',
'cyan',
'teal',
'green',
'gray',
'cool-gray',
'warm-gray',
'high-contrast',
'outline',
];

export const _Tag = () => {
return html` <style>
${styles}
Expand Down

0 comments on commit 71cf0c6

Please sign in to comment.