Installation
Step 1
Install the package as devDependencies to your project by the following command
Step 2 (Optional)
Testing the package, You can verify you have tailwind editor installed in your project by the following command
This should give you a result saying
Step 3 (Optional)
Add the script to your project to initialize the package.
In order to do that, go to package.json of your project. You need to add the following script in your package.json
Step 4
Now it's time to initialize the project.
If you completed Step 3
If you skipped Step 3
Now, you should be able to see a file is generated with the name tailwind-auditor.json
with the following values
Step 5
Get the list of file that needs to be audited, Verify the filenames if they are correct and we are targetting the correct file
should result into
Last updated