0.9.4 • Published 2 years ago

tailwind-config-versity v0.9.4

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

Tailwind config for Versity

Configuration file that respects the graphic charter of the Versity brand

Usage

Install the plugin:

npm

npm install --save tailwind-config-versity

yarn

yarn add tailwind-config-versity

Then add the plugin to your tailwind.config.js file:

// tailwind.config.js
module.exports = {
  plugins: [
    // ...
    require('tailwind-config-versity'),
    // ...
  ],
};
0.9.4

2 years ago

0.9.3

2 years ago

0.9.2

2 years ago

0.9.1

2 years ago

0.9.0

2 years ago