We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11febcd commit 46b14b8Copy full SHA for 46b14b8
README.md
@@ -1,7 +1,3 @@
1
-■ ■ ■ □
2
-
3
----
4
5
# tailwind-plugin-css-themes
6
7
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
125
121
126
122
This package is written in TypeScript and uses [dnt](https://github.com/denoland/dnt) (Deno to Node Transform) to build the package for NPM.
127
123
124
+### Install deno
+
+See the [official deno installation guide](https://deno.land/[email protected]/getting_started/installation).
128
### Build package locally in TypeScript, ESM, CJS
129
130
```shell
131
deno run -A scripts/build.ts
132
```
133
134
---
135
136
+■ ■ ■ □
0 commit comments