Prerequisites
Skeleton relies on the official Tailwind Forms plugin to normalize form styling. This implements rudamentary base styles, while also making it easier to customize each element. If you plan to implement forms in your project, make sure this plugin is installed.
Install the @tailwindcss/forms
package.
Implement the plugin in your tailwind.config
, ideally before the Skeleton plugin.