tailwindcss-assistant
v1.0.12
Published
Get assistance when developing projects with Tailwind CSS 🤖
Downloads
17
Maintainers
Readme
Tailwind CSS Assistant
Get assistance when developing projects with Tailwind CSS 🤖
✅ Small JavaScript package that helps you work with Tailwind CSS by...
- 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
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()
})
Stats