1.2.2 • Published 2 years ago

@posten/hedwig-tailwind-base v1.2.2

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Hedwig Tailwind config

This repo contains the Tailwind CSS configuration used for the Hedwig design system. To include this configuration in your project, do the following:

  1. Install and initialize Tailwind for your project
  2. Install the npm package of this repo: npm install @posten/hedwig-tailwind-base --save-dev or yarn add -D @posten/hedwig-tailwind-base
  3. Include the preset in your own Tailwind configuration:
module.exports = {
  presets: [
    require('@posten/hedwig-tailwind-base')
  ],
  // ...
}

You should now be able to use the configuration. Example: <p className="text-signature">Hello, Posten!</p>

Posten / Bring branding

By default Posten brand will be used. To enable Bring brand colors add hw-theme-bring className to the body element.

<body className="hw-theme-bring">
  ...
</body>
1.2.2

2 years ago

1.2.1

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.8

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago