Skip to content

heloineto/tailwind-blip-ds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blip Design System Plugin for Tailwind CSS

Installation

Install the plugin from npm:

npm install -D tailwind-blip-ds

Then add the plugin to your tailwind.config.js file:

// tailwind.config.js

module.exports = {
  theme: {
    // ...
  },
  plugins: [
    require('tailwind-blip-ds'),
    // ...
  ],
}

Usage

Colors

Use the colors with tailwind classes like bg-*, text-*, border-*, etc...

See the full list of colors here.

Code:

<div className="bg-neutral-dark-ico border-neutral-dark-skate border-2 rounded p-5 grid grid-cols-3 gap-2">
  <div className="bg-primary-main rounded h-20" />
  <div className="bg-extend-reds-lipstick rounded h-20" />
  <div className="bg-primary-greens-true rounded h-20" />
  <div className="text-primary-light col-span-full font-bold">
    I'm some blue text!
  </div>
</div>

Result:

colors preview

Typography

TODO

Shadows

TODO

About

A Tailwind CSS plugin for the Blip Design System

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published