studiometa / tailwind-config

🔧 An opinionated Tailwind CSS configuration

Home Page:https://tailwind-config.studiometa.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tailwind config

NPM Version

A custom Tailwind CSS configuration.

Installation & usage

Have a look at the small guide for information on how to setup and use this configuration.

Contributing

This project uses Git Flow as a branching model and a combination of ESlint and Prettier to lint the JS files. You can lint your modifications when contributing with the following commands:

# 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

About

🔧 An opinionated Tailwind CSS configuration

https://tailwind-config.studiometa.dev


Languages

Language:JavaScript 80.1%Language:Vue 18.0%Language:HTML 1.3%Language:SCSS 0.6%Language:CSS 0.2%