@app-todo/tailwind-styles
v0.0.1
Published
[![GitHub](https://img.shields.io/github/license/app-todo/tailwind-styles)](LICENSE)
Downloads
3
Readme
Tailwind-Styles
This repository contains the styles used for the todo-app frontend.
The app uses a tailwindcss style system. This repository contains default colors and definitions of low level components (buttons).
Setup
After cloning the repository you need to run npm install
to install the dependencies.
Usage
To use these styles in your own project you need to install the package.
npm install -D @app-todo/tailwind-styles
NPM Scripts
npm run lint
Used to lint the codebase with ESLint.
npm run format
Used to format the codebase with Prettier.