A Tailwind CSS plugin for the Blip Design System.
npm install tailwind-blip-dsbash
npm install -D tailwind-blip-ds
`
Then add the plugin to your tailwind.config.js file:
`js
// tailwind.config.js
module.exports = {
theme: {
// ...
},
plugins: [
require('tailwind-blip-ds'),
// ...
],
}
`
Usage
$3
Use the colors with tailwind classes like bg-, text-, border-*, etc...
See the full list of colors here.
Code:
`html
I'm some blue text!
``