Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 417 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 417 Bytes

turingsecure tailwind-base

This is a tailwindcss configuration preset that is shared across all turingsecure projects.

Installation

$ yarn add @turingsecure/tailwind-preset

Usage

You can use this preset by putting this in your project's tailwind.config.js:

module.exports = {
  presets: [require('@turingsecure/tailwind-preset')],
  theme: { ... }
}