Skip to content

Commit

Permalink
Added disclaimer about early stages
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremiahSecrist committed Aug 14, 2024
1 parent 744a957 commit 0d2cfd5
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/src/installation.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# __UNDER CONSTRUCTION__
This project is currently in very early stages.
Please understand that many things are subject to change without notice untill stable is announced.

# Installation
Tailwind makes it super easy to install a plugin using npm, yarn, etc...

Expand All @@ -10,8 +14,11 @@ For a full Installation of tailwind please see their [docs](https://tailwindcss.
npm i -D Liftkit-tailwindcss
```

# Basic configuration
## Basic configuration
To add the plugin simply copy the require portion below.

```js
/** tailwind.config.js **/
/** @type {import('tailwindcss').Config} */
module.exports = {
// ...
Expand Down

0 comments on commit 0d2cfd5

Please sign in to comment.