This is a tailwindcss configuration preset that is shared across all turingsecure projects.
$ yarn add @turingsecure/tailwind-preset
You can use this preset by putting this in your project's tailwind.config.js
:
module.exports = {
presets: [require('@turingsecure/tailwind-preset')],
theme: { ... }
}