@kanda-libs/ks-tailwind-config
v0.3.0
Published
Shared tailwind configuration
Downloads
121
Readme
ks-tailwind-config
Shared tailwind configuration used for UI components on the frontend.
Usage
In a repo that requires tailwind, simply create tailwind.config.js
and add the following:
module.exports = {
presets: [require("@kanda-libs/ks-tailwind-config")],
// Config options such as content and any overrides can be used
// for repo specific changes. For example:
// content: [
// "./src/**/*.{js,jsx,ts,tsx,html}",
// "./app/src/**/*.{js,jsx,ts,tsx,html}",
// ],
};