0.3.0 • Published 1 year ago

@turingsecure/tailwind-preset v0.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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: { ... }
}