Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@posten/hedwig-tailwind-base

Package Overview
Dependencies
Maintainers
6
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@posten/hedwig-tailwind-base

Tailwind configuration for Hedwig.

  • 1.2.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
10
decreased by-41.18%
Maintainers
6
Weekly downloads
 
Created
Source

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>

Keywords

FAQs

Package last updated on 11 Aug 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc