@turingsecure/tailwind-preset
v0.3.0
Published
a tailwindcss configuration preset that is shared across all turingsecure projects
Downloads
189
Readme
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: { ... }
}