Skip to content

kitakode/tailwind-neon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tailwind-Neon 1.0

A neonaised user interface based on Tailwind CSS.

Prerequisites

Usage of @kitakode/tailwind-neon requires the following:

Installation

Use the package manager Node.js to install.

npm i -D @kitakode/tailwind-neon

Usage

Add Tailwind-Neon to your tailwind.config.js:

module.exports = {
    plugins: [
        require("@kitakode/tailwind-neon"),
    ],
};

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT