0.1.11 • Published 3 years ago

tailwindcss-example-plugin-2 v0.1.11

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

tailwindcss-example-plugin

Your plugin description goes here.

Install the plugin from npm:

$ npm install tailwindcss-example-plugin

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

// tailwind.config.js
module.exports = {
  theme: {
    // ...
    tailwindcssExamplePlugin: {
      // ...
    },
  },
  variants: {
    // ...
    tailwindcssExamplePlugin: ['responsive'],
    // ...
  },
  plugins: [
    // ...
    require('tailwindcss-example-plugin'),
    // ...
  ],
};
0.1.11

3 years ago

0.1.10

3 years ago

0.1.9

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.4

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.2-0

3 years ago

0.0.1

3 years ago