1.1.1 • Published 2 years ago

@devzom/custom-tailwind-config v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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