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
- Host: GitHub
- URL: https://github.com/studiometa/tailwind-config
- Owner: studiometa
- Created: 2020-01-07T13:23:19.000Z (over 6 years ago)
- Default Branch: develop
- Last Pushed: 2025-05-07T12:14:30.000Z (about 1 year ago)
- Last Synced: 2025-05-23T02:14:50.297Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://tailwind-config.studiometa.dev
- Size: 4.45 MB
- Stars: 13
- Watchers: 12
- Forks: 3
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tailwind config
[](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
```