Skip to content

Commit

Permalink
fix(tailwind): add transparent color to tailwind preset
Browse files Browse the repository at this point in the history
  • Loading branch information
borisdiakur committed Nov 14, 2022
1 parent 6106803 commit bc02d83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/liquid/global/styles/tailwindPreset.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ type TailwindColorObject = {
[key: string]: TailwindColorObject | string
}

const colors = { thm: {} }
const colors = { transparent: 'transparent', thm: {} }
const createNestedThemeColorFromFlat = (
key: string,
colorObject: TailwindColorObject,
Expand Down

1 comment on commit bc02d83

@vercel
Copy link

@vercel vercel bot commented on bc02d83 Nov 14, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

liquid – ./

liquid-uxsd.vercel.app
liquid-git-main-uxsd.vercel.app
liquid-oxygen.vercel.app

Please sign in to comment.