Tailwind CSS Assistant
See it in action on this example website
- Showing you the class names of the current element
- Showing you the current breakpoint
- Allowing you to toggle breakpoint classes
- Allowing you to add new classes, including classes created using JIT
🌟
Install It's very easy to install!
CDN
<script
defer
src="https://unpkg.com/tailwindcss-assistant@latest/dist/assistant.min.js"
></script>
NPM/Yarn
npm i -D tailwindcss-assistant
yarn add -D tailwindcss-assistant
import assistant from 'tailwindcss-assistant'
document.addEventListener('DOMContentLoaded', () => {
assistant()
})
Update - Freshen up
Freshen up the code and add some new features.
Added
Updated
Removed
<textarea>
that allows for editing classesfix/code
This PR adds some fixes and improvements.
Fixed
CMD + Click
a second wouldn't resetcurrentTarget
Updated