A Tailwind CSS preset to bring LiveChat design tokens in.
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 ]
}
Adds colors, fontFamily and fontSize to the current Tailwind CSS theme.
WIP
Brought to you by chatengineers.com