tailwind-custom-config Tailwind Templates

Tailwind Custom Config

NPM package

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

Top categories

Loading Svelte Themes