UNPKG

flowbite-typography

Version:

Flowbite Typography is a plugin that lets you apply styles to all inline typography styles forked from the official Tailwind CSS plugin.

8 lines (6 loc) 182 B
const isPlainObject = require('lodash.isplainobject') module.exports = { isUsableColor(color, values) { return isPlainObject(values) && color !== 'gray' && values[600] }, }