0.0.1 • Published 3 years ago

@app-todo/tailwind-styles v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

GitHub

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.