0.1.11 • Published 5 years ago

tailwindcss-example-plugin-2 v0.1.11

Weekly downloads
-
License
MIT
Repository
github
Last release
5 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

5 years ago

0.1.10

5 years ago

0.1.9

5 years ago

0.1.8

5 years ago

0.1.7

5 years ago

0.1.4

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.2-0

5 years ago

0.0.1

5 years ago