Skip to content

studiometa/tailwind-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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