1.0.16 • Published 15 days ago

iqair-tailwind v1.0.16

Weekly downloads
-
License
ISC
Repository
-
Last release
15 days ago

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

1.0.16

15 days ago

1.0.15

4 months ago

1.0.14

5 months ago

1.0.13

1 year ago

1.0.12

1 year ago

1.0.11

1 year ago

1.0.10

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago