Socket
Book a DemoInstallSign in
Socket

@yoast/tailwindcss-preset

Package Overview
Dependencies
Maintainers
5
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@yoast/tailwindcss-preset

A Tailwind CSS preset for Yoast packages.

latest
npmnpm
Version
2.3.0
Version published
Weekly downloads
104
-35%
Maintainers
5
Weekly downloads
 
Created
Source

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

FAQs

Package last updated on 11 Aug 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts