Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/devzom/tailwind-custom-config
- Owner: devzom
- Created: 2022-07-16T14:45:52.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-17T07:22:35.000Z (over 2 years ago)
- Last Synced: 2025-01-17T05:03:56.702Z (6 days ago)
- Topics: config, tailwind, tailwindcss
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/@devzom/custom-tailwind-config
- Size: 7.81 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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/)