🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

tailwindcss-text-indent

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tailwindcss-text-indent - npm Package Compare versions

Comparing version

to
1.0.1

2

package.json
{
"name": "tailwindcss-text-indent",
"version": "1.0.0",
"version": "1.0.1",
"description": "Text-indent utilities for Tailwind CSS.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -28,10 +28,10 @@ # Tailwind CSS Text Indent Plugin

...{
// sm: '120px',
// md: '240px',
// lg: '360px',
sm: '2rem',
md: '3rem',
lg: '4rem',
},
...negative({
// sm: '120px',
// md: '240px',
// lg: '360px',
sm: '2rem',
md: '3rem',
lg: '4rem',
}),

@@ -38,0 +38,0 @@ }),