Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

prettier-plugin-tailwindcss

Package Overview
Dependencies
Maintainers
5
Versions
247
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prettier-plugin-tailwindcss - npm Package Compare versions

Comparing version
0.7.0
to
0.7.1
+1
-1
package.json
{
"type": "module",
"name": "prettier-plugin-tailwindcss",
"version": "0.7.0",
"version": "0.7.1",
"description": "A Prettier plugin for sorting Tailwind CSS classes.",

@@ -6,0 +6,0 @@ "license": "MIT",

@@ -197,3 +197,3 @@ <img src="https://raw.githubusercontent.com/tailwindlabs/prettier-plugin-tailwindcss/main/.github/banner.jpg" alt="prettier-plugin-tailwindcss" />

Like `tailwindAttributes` this function all supports regular expressions to match multiple function names. Patterns should be enclosed in forward slashes. Note that JS regex literals are not supported with Prettier.
Like the `tailwindAttributes` option, the `tailwindFunctions` option also supports regular expressions to match multiple function names. Patterns should be enclosed in forward slashes. Note that JS regex literals are not supported with Prettier.

@@ -200,0 +200,0 @@ ## Preserving whitespace

Sorry, the diff of this file is too big to display