@yoast/tailwindcss-preset

2.3.0 • Public • Published

@yoast/tailwindcss-preset

This package aims to provide a Tailwind CSS preset for building Yoast packages.

Installation & setup

Start with installing the package and its peer dependencies from NPM:

yarn add --dev @yoast/tailwindcss-preset tailwindcss @tailwindcss/forms

Then, in your tailwind.config.js file, extend the preset like so:

module.exports = {
    presets: [ require( "@yoast/tailwindcss-preset" ) ],
    // Your custom configuration.
};

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i @yoast/tailwindcss-preset

      Weekly Downloads

      105

      Version

      2.3.0

      License

      GPL-3.0

      Unpacked Size

      2.85 kB

      Total Files

      4

      Last publish

      Collaborators

      • dennisatyoast
      • deepthoughtyoast
      • yoastbot
      • igorschoester