Skip to content

Commit 46b14b8

Browse files
committed
update readme
1 parent 11febcd commit 46b14b8

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
■ ■ ■ □
2-
3-
---
4-
51
# tailwind-plugin-css-themes
62

73
A Tailwind CSS plugin to create themes using CSS classes and variables.
@@ -125,10 +121,16 @@ We also convert the color values to RGB to ensure that Tailwind's text opacity m
125121
126122
This package is written in TypeScript and uses [dnt](https://github.com/denoland/dnt) (Deno to Node Transform) to build the package for NPM.
127123
124+
### Install deno
125+
126+
See the [official deno installation guide](https://deno.land/[email protected]/getting_started/installation).
127+
128128
### Build package locally in TypeScript, ESM, CJS
129129
130130
```shell
131131
deno run -A scripts/build.ts
132132
```
133133
134134
---
135+
136+
■ ■ ■ □

0 commit comments

Comments
 (0)