0.1.1 • Published 2 years ago

@chatengineers/tailwind-livechat-preset v0.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Tailwind LiveChat preset

A Tailwind CSS preset to bring LiveChat design tokens in.

Installation

Install package @chatengineers/tailwind-livechat-preset via your favorite package manager.

Import the preset into your tailwind.config.js.

const { preset } = require("@chatengineers/tailwind-livechat-preset");

module.exports = {
    ...
    presets: [ preset ]
}

Usage

Adds colors, fontFamily and fontSize to the current Tailwind CSS theme.

WIP

Brought to you by chatengineers.com