1.0.3 • Published 1 year ago
tailwinder v1.0.3
Tailwinder
Installing tailwind when not using a framework that comes pre-installed with is a 4 step-process!
Use tailwinder, it installs & initialize tailwindcss in just one command
- Install and initializes tailwind.config.js
- Adds the
@tailwinddirectives in your main CSS file (input.css) - Start the build process with
--watchflag which genrates 'output.css' in/distdir.
Steps:
Install using
npm i -D tailwinderRun command
tlw installortlw i.Include 'output.css' in your desired file (.html/.jsx)