You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See [Configuration Reference](https://cli.vuejs.org/config/).
1
+
# Tailwind Config Viewer
2
+
3
+

4
+
5
+
Tailwind Config Viewer is a local UI tool for visualizing your Tailwind CSS configuration file. Keep it open during development to quickly reference custom Tailwind values/classes. Easily navigate between sections of the configuration and copy class names to your clipboard by clicking on them.
6
+
7
+
## Installation
8
+
9
+
### NPX
10
+
Run `npx tailwind-config-viewer` from within the directory that contains your Tailwind configuration file.
11
+
12
+
### Globally
13
+
`npm i tailwind-config-viewer`
14
+
15
+
### Locally
16
+
`npm i tailwind-config-viewer -D`
17
+
18
+
## Usage
19
+
Run the `tailwind-config-viewer` command from within the directory that contains your Tailwind configuration file.
20
+
21
+
## Options
22
+
There are a few options you can provide to the `tailwind-config-viewer` command.
23
+
24
+
|Option|Default|Description|
25
+
|----|----|----|
26
+
|-p, --port|`3000`|The port to run the viewer on. If occupied it will use next available port.|
27
+
|-o, --open|`false`|Open the viewer in default browser|
28
+
|-c, --config|`tailwind.config.js`|Path to your Tailwind config file|
29
+
30
+
## Roadmap
31
+
-[ ] Add support for loading custom fonts / font family section
0 commit comments