@alexmchan/preset-tailwind

1.0.1 • Public • Published

Installation

yarn add -D @alexmchan/preset-tailwind

example tailwind.config.js next config

/** @type {import('tailwindcss').Config} */
module.exports = {
  presets: [require('@alexmchan/preset-tailwind')],
  content: [
    './pages/**/*.{js,ts,jsx,tsx}',
    './components/**/*.{js,ts,jsx,tsx}',
  ],
  theme: {
    extend: {},
  },
  plugins: ['@tailwindcss/typography'],
}

Readme

Keywords

none

Package Sidebar

Install

npm i @alexmchan/preset-tailwind

Weekly Downloads

3

Version

1.0.1

License

MIT

Unpacked Size

12.6 kB

Total Files

5

Last publish

Collaborators

  • alexanderchan