https://github.com/markmead/tailwindcss-assistant
Get assistance when developing projects with Tailwind CSS 🤖
https://github.com/markmead/tailwindcss-assistant
tailwind tailwind-css tailwindcss tailwindcss-plugin
Last synced: about 1 month ago
JSON representation
Get assistance when developing projects with Tailwind CSS 🤖
- Host: GitHub
- URL: https://github.com/markmead/tailwindcss-assistant
- Owner: markmead
- License: mit
- Archived: true
- Created: 2022-07-18T16:19:19.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-29T19:54:35.000Z (over 2 years ago)
- Last Synced: 2024-10-28T13:05:36.102Z (about 1 year ago)
- Topics: tailwind, tailwind-css, tailwindcss, tailwindcss-plugin
- Language: JavaScript
- Homepage:
- Size: 59.6 KB
- Stars: 38
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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
```html
```
### NPM/Yarn
```shell
npm i -D tailwindcss-assistant
yarn add -D tailwindcss-assistant
```
```js
import assistant from 'tailwindcss-assistant'
document.addEventListener('DOMContentLoaded', () => {
assistant()
})
```
### Stats



