@shinydocs/tailwind-config
v2.0.0-beta.1
Published
Extensible shared Tailwind CSS configuration
Downloads
7
Keywords
Readme
@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.