Tailwind Copy is a simple static website that helps you copy Tailwindcss color palettes, box shadows, font sizes, and more. It can mostly be useful when designing.
Works on all modern browsers additional to IEs (Tested on IE 11).
You can contribute and add your own favorite feature to the tool by opening a new issue. If you found a bug, open an issue or send a pull request.
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm run start
# generate static project
$ npm run generate
MIT Copyright © 2019 - present, Abdalla Arbab and contributors