diff --git a/docs/src/installation.md b/docs/src/installation.md index 4e9a23f..42b2bf6 100644 --- a/docs/src/installation.md +++ b/docs/src/installation.md @@ -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... @@ -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 = { // ...