@jswork/presets-tailwind
TypeScript icon, indicating that this package has built-in type declarations

1.1.10 • Public • Published

presets-tailwind

Presets for me.

version license size download

installation

npm install @jswork/presets-tailwind

usage

import jswTailwind from '@jswork/presets-tailwind';
/** @type {import('tailwindcss').Config} */
export default {
  presets: [jswTailwind],
  // or
  // presets: [jswTailwind()]
  content: ['./index.html', './src/**/*.{js,ts,jsx,tsx}'],
  theme: {
    extend: {}
  },
  // ...
};

license

Code released under the MIT license.

Readme

Keywords

none

Package Sidebar

Install

npm i @jswork/presets-tailwind

Weekly Downloads

11

Version

1.1.10

License

MIT

Unpacked Size

18.3 kB

Total Files

28

Last publish

Collaborators

  • afeiship