@chatengineers/tailwind-livechat-preset
v0.1.1
Published
A Tailwind CSS preset to bring LiveChat design tokens.
Downloads
2
Readme
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