2.0.0-beta.1 • Published 1 year ago

@shinydocs/tailwind-config v2.0.0-beta.1

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

@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.

2.0.0-beta.1

1 year ago

1.5.0

2 years ago

1.4.0

3 years ago

1.3.0

3 years ago

1.2.0

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago