This is a Tailwind CSS configuration preset that is shared across all FCA projects.
$ npm i -D fca-org/tailwind-preset
Or, target a release/tag version:
$ npm i -D fca-org/tailwind-preset#v0.1.0
You can use this preset by putting this in your project's tailwind.config.js
:
module.exports = {
content: [ ... ]
presets: [require('@fca/tailwind-preset')],
theme: { ... }
}
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.
Create a feature/*
branch in Github and open a pull request on main
branch.
Proprietary (Fellowship of Christian Athletes) © 2024