Skip to content

binsarjr/tailwindcss-iamlazy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Not Ready

I am Lazy

I am Lazy is a tailwindcss plugin built with a large collection of utilities and components.

Instalation

installation using npm

> npm i --save @tailwindcss/iamlazy

or installation using yarn

> yarn add @tailwindcss/iamlazy

Usage

Add require('@tailwindcss/iamlazy') to the plugin section of the tailwind.config.js config file.

module.exports = {
    ...
    plugins: [
        require('@tailwindcss/iamlazy'),
        ...
    ],
    ...
}

docs