@felix-health/felix-app-tailwind-design-system

2.0.7 • Public • Published

Felix App Tailwind Design System

A TailwindCSS preset for our base styles and design tokens at Felix

Usage

If you don't already have a tailwind.config.js file in your project root, generate one with npx tailwindcss init

Run npm i @felix-health/felix-app-tailwind-design-system or yarn add @felix-health/felix-app-tailwind-design-system to install the preset in your project

Then add the preset to your tailwind.config.js file:

// tailwind.config.js
module.exports = {
  // ...
  presets: [require('@felix-health/felix-app-tailwind-design-system')],
};

This preset runs the tailwind config in JIT mode. This means that you must make sure to configure your purge option in your tailwind.config.js file with all of your template files so that JIT mode can know which files to scan:

module.exports = {
  // These paths are just examples, customize them to match your project structure
  purge: ['./public/**/*.html', './src/**/*.{js,jsx,ts,tsx,vue}'],
  // ...
  presets: [require('@felix-health/felix-app-tailwind-design-system')],
};

We also add the prefix of fx- to every class via the prefix key by default.

You can continue to add other configurations in your tailwind.config.js file for things like important, etc...

Tailwind Viewer

If you want a visual representation of what classes the preset by itself generates, we use tailwind-config-viewer.

run npm install and then npm run tailwind-config-viewer from the root of the project. This uses the sample tailwind.config.js file to generate the styles from the preset.

Publishing a new version

  • Ensure you bump the package version in package.json
  • Merge your changes into the master branch
  • Follow the steps here to create a new release. On publish, a github action will push the release to npm

Note*

To consume your changes in the vue-components repository: yarn add @felix-health/felix-app-tailwind-design-system@latest

Other notes

Learn more about TailwindCSS presets here: https://tailwindcss.com/docs/presets

Dependencies (0)

    Dev Dependencies (1)

    Package Sidebar

    Install

    npm i @felix-health/felix-app-tailwind-design-system

    Weekly Downloads

    468

    Version

    2.0.7

    License

    ISC

    Unpacked Size

    21.8 kB

    Total Files

    9

    Last publish

    Collaborators

    • ismael-felix
    • simon.cho.felix
    • peterleilei
    • karen1au
    • brittanyfreitas
    • collinh-felix
    • felix-daved
    • nivivon
    • rachel.stpierre
    • schhor
    • yshiawallace
    • walt-fx
    • hlavoie
    • carsonfelix