https://github.com/petermekhaeil/tailwindcss-devtools
DevTool Extension for UI development using Tailwind CSS.
https://github.com/petermekhaeil/tailwindcss-devtools
devtool-extension tailwind-css
Last synced: 8 months ago
JSON representation
DevTool Extension for UI development using Tailwind CSS.
- Host: GitHub
- URL: https://github.com/petermekhaeil/tailwindcss-devtools
- Owner: petermekhaeil
- License: mit
- Created: 2020-09-12T16:51:22.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-11-16T15:36:15.000Z (over 5 years ago)
- Last Synced: 2025-06-13T13:53:54.597Z (about 1 year ago)
- Topics: devtool-extension, tailwind-css
- Language: CSS
- Homepage:
- Size: 55.7 KB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tailwindcss-devtools
Chrome DevTool Extension for UI development using Tailwind CSS.
## Getting Started
```
npm run build
```
- Open [chrome://extensions](chrome://extensions)
- Enable 'Developer Mode' checkbox
- Click 'Load unpacked extensions...'
## Development
```
npm run dev
```