Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ewgenius committed Jan 26, 2023
1 parent 05691c3 commit 9a25cd1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ TailwindCSS plugin for setting up multiple themes based on css variables
## Examples

https://tailwindcss-variable-themes.ewgenius.me/custom ([code](apps/example/tailwind-custom.config.js))

https://tailwindcss-variable-themes.ewgenius.me/radix-colors ([code](apps/example/tailwind-radix.config.js))

https://tailwindcss-variable-themes.ewgenius.me/tailwind-colors ([code](apps/example/tailwind-tailwind.config.js))

## Installation
Expand Down
4 changes: 3 additions & 1 deletion packages/tailwindcss-variable-themes/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
dist
README.md
LICENSE.md
LICENSE.md

*.tgz
2 changes: 1 addition & 1 deletion packages/tailwindcss-variable-themes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tailwindcss-variable-themes",
"version": "0.0.1",
"version": "0.0.2",
"description": "TailwindCSS plugin for setting up multiple themes based on css variables",
"keywords": [
"tailwind",
Expand Down

1 comment on commit 9a25cd1

@vercel
Copy link

@vercel vercel bot commented on 9a25cd1 Jan 26, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.