0.0.2 • Published 5 years ago

gridsome-plugin-tailwind v0.0.2

Weekly downloads
26
License
MIT
Repository
-
Last release
5 years ago

This plugin will add TailwindCSS 1.0.0-beta4 to your Gridsome project.

To use this plugin, run npm install -D gridsome-plugin-tailwind add the following to your gridsome.config.js.

If you don't supply a config file path, ./tailwind.config.js will be used by default.

plugins: [
  {
    use: 'gridsome-plugin-tailwind',
      options: {
        config: './tailwind.config.js'
      }
  }
]

Once you have the plugin added to Gridsome please refer to Tailwind CSS Docs for finishing off the setup of Tailwind CSS