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

1.0.4 • Public • Published

Install:

yarn add @psagotequity/tailwind-base

Using it:

in the tailwind.config.js, import and use it:

module.exports = {
  presets: [require('@psagot/tailwind-base')],
  content: [
    './src/app/**/*.{js,ts,jsx,tsx}',
    './src/pages/**/*.{js,ts,jsx,tsx}',
    './src/components/**/*.{js,ts,jsx,tsx}',
    './src/modules/**/*.{js,ts,jsx,tsx}',
  ],
};

import the font css: import '@psagot/tailwind-base/fonts.css';

Readme

Keywords

none

Package Sidebar

Install

npm i @psagotequity/tailwind-base

Weekly Downloads

15

Version

1.0.4

License

ISC

Unpacked Size

1.21 MB

Total Files

39

Last publish

Collaborators

  • johnyvelho