New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

iqair-tailwind

Package Overview
Dependencies
Maintainers
6
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

iqair-tailwind

Tailwind shared configuration for IQAir

latest
npmnpm
Version
1.1.2
Version published
Weekly downloads
16
-40.74%
Maintainers
6
Weekly downloads
 
Created
Source

iqair-tailwind

IQAir shared Tailwind configuration

Get started

Download the package from NPM

npm install iqair-tailwind

Install peer dependencies

npm install tailwindcss @tailwindcss/line-clamp

Note: make sure tailwincss@3.0.x is installed and not a 3.1 version or above is installed. The current configuration needs to be fixed to be compatible with version 3.1 and above

Setup your tailwind configuration file

See Tailwind docs

npx tailwindcss init

// tailwind.config.js

const iqairTailwind = require('iqair-tailwind');

module.exports = {
  content: [ ... ], // path to your html/js/ts files
  ...iqairTailwind
}

How to publish to npm

1. Login to npm

npm login

Enter your credentials from npm

2. Update the version

See NPM docs

A package version consists of 3 numbers: <major>.<minor>.<patch>

To increment the version, run npm version major|minor|patch

3. Publish to npm

npm publish

Keywords

tailwind

FAQs

Package last updated on 03 Nov 2025

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