2.3.0 • Published 9 months ago

@yoast/tailwindcss-preset v2.3.0

Weekly downloads
-
License
GPL-3.0
Repository
-
Last release
9 months ago

@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.
};
2.3.0

9 months ago

2.2.0

1 year ago

2.1.0

2 years ago

2.0.0

2 years ago

1.0.0

2 years ago