Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/devzom/tailwind-custom-config

NPM package
https://github.com/devzom/tailwind-custom-config

config tailwind tailwindcss

Last synced: 1 day ago
JSON representation

NPM package

Awesome Lists containing this project

README

        

# W.I.P - Tailwind custom config

**Not ready yet.**

This is plugin with custom preset for Tailwind to share between projects.

## [x] Created for personal use.

## Usage

Use package manager NPM/Yarn/PNPM to install NPM package and add it to **tailwind.config.js** file:

```js
/* tailwind.config.js file*/

module.exports = {
presets: [
require('@devzom/custom-tailwind-config');
],
...
}
```

## License
[MIT](https://choosealicense.com/licenses/mit/)