You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
268 B
Markdown

# Tailwind Template
This is the basic setup necessary for configuring a tail page using the tailwind CSS 4.x version with the new Elements Javascript library for HTML based components.
## Running
```
tailwindcss -i src/css/input.css -o src/css/main.css --watch
```