An open API service indexing awesome lists of open source software.

https://github.com/studiometa/tailwind-config

🔧 An opinionated Tailwind CSS configuration
https://github.com/studiometa/tailwind-config

Last synced: about 1 year ago
JSON representation

🔧 An opinionated Tailwind CSS configuration

Awesome Lists containing this project

README

          

# Tailwind config

[![NPM Version](https://img.shields.io/npm/v/@studiometa/tailwind-config.svg?style=flat-square)](https://www.npmjs.com/package/@studiometa/tailwind-config)

> A custom Tailwind CSS configuration.

## Installation & usage

Have a look at the [small guide](https://tailwind-config.meta.fr) for information on how to setup and use this configuration.

## Contributing

This project uses [Git Flow](https://github.com/petervanderdoes/gitflow-avh) as a branching model and a combination of [ESlint](https://eslint.org/) and [Prettier](https://prettier.io/) to lint the JS files. You can lint your modifications when contributing with the following commands:

```bash
# Lint all files in the packages/ folder
$ npm run lint

# Start the dev server for the test's assets
$ npm run test:dev

# Build the test's assets
$ npm run test:build

# Start the dev server for the documentation
$ npm run docs:dev

# Build the documentation
$ npm run docs:build
```