1.3.1 • Published 3 years ago

tailwindcss-demo-plugin v1.3.1

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

tailwindcss-demo-plugin

Your Tailwind CSS Plugin Description

Install the plugin from npm:

$ npm install tailwindcss-demo-plugin

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

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

License

tailwindcss-demo-plugin is licensed under the MIT License.

Credits

Created with create-tailwindcss-plugin.

1.3.1

3 years ago

1.3.0

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.2.0

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago