@telegraph/tailwind-config
TypeScript icon, indicating that this package has built-in type declarations

0.0.11 • Public • Published

Telegraph by Knock

npm version

@telegraph/tailwind-config

Shared Tailwind config for internal use in the telegraph project.

Installation Instructions

npm install @telegraph/tailwind-config

Usage

tailwind.config.mts

import tailwindConfig from "@telegraph/tailwind-config";

export default {
  content: ["./src/**/*.{js,ts,jsx,tsx,mdx}"],
  extend: {},
  presets: [tailwindConfig],
};

Config will require that a wrapping element containing className="tgph" be wrapping any Telegraph component

Readme

Keywords

none

Package Sidebar

Install

npm i @telegraph/tailwind-config

Weekly Downloads

6

Version

0.0.11

License

MIT

Unpacked Size

49.5 kB

Total Files

25

Last publish

Collaborators

  • cjbell
  • kylemcd