@shinydocs/tailwind-config

2.0.0-beta.1 • Public • Published

@shinydocs/tailwind-config

This package provides the extensible shared Tailwind CSS config used at Shinydocs.

Usage

First, install the package from npm:

npm install -D @shinydocs/tailwind-config

Then, in your tailwind.config.js file, add the following:

/** @type {import('tailwindcss').Config} */
module.exports = {
  presets: [require("@shinydocs/tailwind-config")],
};

That's it! You can override the settings from @shinydocs/tailwind-config by editing the tailwind.config.js file. Learn more about configuring Tailwind on the Tailwind CSS website.

Changelog

This project adheres to Semantic Versioning. Please refer to the CHANGELOG.md for detailed changes and migration instructions.

Readme

Keywords

none

Package Sidebar

Install

npm i @shinydocs/tailwind-config

Weekly Downloads

9

Version

2.0.0-beta.1

License

MIT

Unpacked Size

9.01 kB

Total Files

8

Last publish

Collaborators

  • shinydocs-ci
  • markmcmillan
  • mellig
  • kmerhi