0.6.0 • Published 2 years ago

@monto/tailwindcss v0.6.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

@monto/tailwindcss

This package contains the base TailwindCSS configuration and stylesheet.

Installation

Install the package via npm install @monto/tailwindcss or yarn add @monto/tailwindcss. The package contains a tailwind.config.js and default.css which you can include in your project in the way you prefer.

Please note that the PurgeCSS options provided by tailwind is not included, so you'll have to define them yourself..

For example:

/* eslint "@typescript-eslint/no-var-requires": "off" */
const defaultConfig = require('@monto/tailwindcss/tailwind.config')

module.exports = {
  purge: [
    './components/**/*.{js,ts,jsx,tsx}',
  ],
  ...defaultConfig,
}
0.1.0

3 years ago

0.3.0

3 years ago

0.2.0

3 years ago

0.5.0

3 years ago

0.4.1

3 years ago

0.4.0

3 years ago

0.6.0

2 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago