Skip to content

Commit

Permalink
Updated Tailwind.forms installation instructions. (skeletonlabs#1970)
Browse files Browse the repository at this point in the history
Co-authored-by: Dominik Röschke <dominik.roeschke@cloud37.io>
  • Loading branch information
Sarenor and Dominik Röschke authored Aug 29, 2023
1 parent 20af3ae commit 53c5dda
Showing 1 changed file with 8 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,17 +130,20 @@
>Tailwind Forms plugin</a
>
to your
<code class="code">tailwind.config.cjs</code>
<code class="code">tailwind.config.[ts|js],</code>
</p>
<CodeBlock
language="js"
code={`
module.exports = {
import forms from '@tailwindcss/forms';
export default {
//...
plugins: [
require('@tailwindcss/forms'),
// NOTE: Insert above the 'skeleton.cjs' plugin
forms,
//...
],
}
};
`}
/>
</div>
Expand Down

0 comments on commit 53c5dda

Please sign in to comment.