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

https://github.com/espressotutorials/et-tailwindcss-config

Global tailwind css config file for Espresso Tutorials Projects
https://github.com/espressotutorials/et-tailwindcss-config

Last synced: 5 months ago
JSON representation

Global tailwind css config file for Espresso Tutorials Projects

Awesome Lists containing this project

README

          

# Espresso Tailwindcss Config

The espresso-tailwindcss-config library offers a basic tailwindcss preset. To show the Espresso Tutorials corporate identity across projects.

## Installation

```shell
$ npm install @espressotutorialsgmbh/espresso-tailwind-config
```

## Usage

You can use this preset by adding this in your project's `tailwind.config.js`:

```js
module.exports = {
presets: [require('@espressotutorialsgmbh/espresso-tailwind-config')],
theme: { ... }
}
```