1.0.12 ā€¢ Published 10 months ago

tailwindcss-assistant v1.0.12

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

Tailwind CSS Assistant

Get assistance when developing projects with Tailwind CSS šŸ¤–

Tailwind CSS Assistant Example

āœ… 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

npm.io npm.io npm.io npm.io

1.0.12

10 months ago

1.0.9

2 years ago

1.0.11

1 year ago

1.0.10

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago