tailwind-preset Tailwind Templates

Tailwind Preset

Tailwind CSS preset to use across FCA projects.

FCA: Tailwind CSS Config Preset

This is a Tailwind CSS configuration preset that is shared across all FCA projects.

Installation

$ npm i -D fca-org/tailwind-preset

Or, target a release/tag version:

$ npm i -D fca-org/tailwind-preset#v0.1.0

Usage

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

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

Releases

To release a new version, simply open and merge a PR into main. This will generate a workflow that will use semantic-release to fully automate updating of versions in the repo, generation of Github changelog.

Also, please see Semantic Release | Conventional Commits for details about how to generate commits that will be to specification.

Contributing

Create a feature/* branch in Github and open a pull request on main branch.

License

Proprietary (Fellowship of Christian Athletes) © 2024

Top categories

Loading Svelte Themes