Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 502 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 502 Bytes

Srcery Tailwind config

This is used in Tailwind CSS. You can extend your theme or just completely overwrite it. By default this just extends it.

Usage

  1. Copy tailwind.config.js into your Tailwind file.
    • Make sure to not overwrite any existing config
  2. Use as demonstrated below:
    <div class="bg-srcery-black">
      <button class="text-srcery-white-bright border-srcery-gray-2">Perform Srcery</button>
    </div>