Skip to content

Commit

Permalink
chore: remove console
Browse files Browse the repository at this point in the history
  • Loading branch information
kellyjosephprice committed Feb 12, 2025
1 parent 49edcf7 commit cfaf951
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions processor/transform/tailwind.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ const exportTailwindStylesheet = async (tree: Root, components: TailwindRootOpti

const stylesheet = (await tailwindBundle(Object.values(components).join('\n\n'), { prefix: `.readme-tailwind` })).css;

console.log(stylesheet);

const exportNode: MdxjsEsm = {
type: 'mdxjsEsm',
value: '',
Expand Down

0 comments on commit cfaf951

Please sign in to comment.