Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 878 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 878 Bytes

@vinkas/tailwindcss

Node.js CI NPM Version

Tailwind CSS plugin for Vinkas

Utilities

  • .btn - @apply inline-flex items-center rounded py-2 px-4 text-sm font-medium leading-4 transition duration-150 ease-in-out
  • .color-primary - @apply bg-primary text-primary-contrast
  • .color-blue-300 - @apply bg-blue-300 text-blue-700
  • .container - @apply mx-auto
  • .row-2 - @apply py-2 sm:py-4
  • .row-px - @apply py-1 sm:py-2

Colors

Custom theme colors are available at ./src/colors/ directory.