Skip to content

anooprav7/custom-tailwindcss-docs

Repository files navigation

Custom tailwindcss config documentation

Generate the documentation of all the CSS classes generated with a custom tailwindcss config.

This is a Next.js project bootstrapped with create-next-app.

Location of tailwindcss config - src/constants/customTailwindConfig

Features

  1. Shows the status of the plugin ( Enabled/ Disbled ).

Eg. I have disabled float and clear plugins as i do not want to use them. So in the Sidebar and details page of float and clear, it shows disabled so that i don't accidently try to use them.

  1. Generated tailwindcss config is also shown

Shows the tailwindcss config provided and also the generated final config (after merging with the default config) used to generate the CSS classes. Eg. https://custom-tailwindcss-docs.vercel.app/config

  1. The CSS classes can be copied on click to the clipboard from the Class Table for all plugins
  2. Variants available for each plugin are shown on the plugin page.

Getting Started

First, run the development server:

npm run dev

yarn dev

Open http://localhost:3000 with your browser to see the result.

TODO

1. animation, preflight, container plugin generation not available

Releases

No releases published

Packages

No packages published