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
- Host: GitHub
- URL: https://github.com/espressotutorials/et-tailwindcss-config
- Owner: espressotutorials
- Created: 2021-06-08T06:11:00.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-03-31T07:50:46.000Z (about 1 year ago)
- Last Synced: 2025-04-23T12:16:15.408Z (about 1 year ago)
- Language: JavaScript
- Size: 15.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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: { ... }
}
```