Skip to content

devzom/tailwind-custom-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

/* tailwind.config.js file*/

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

License

MIT

Contributors 2

  •  
  •