1.0.4 • Published 1 year ago

@psagotequity/tailwind-base v1.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

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';

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago