Skip to content

Astrotomic/tailwindcss-nutella

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tailwind CSS Nutella

This Tailwind CSS plugin is inspired by this tweet by @simonswiss.

It adds the Nutella brand colors and a matching brown to the color palette.

Installation

yarn add Astrotomic/tailwindcss-nutella#main

tailwind.config.js

module.exports = {
  plugins: [
      require('tailwindcss-nutella'),
  ],
};

Usage

<div class="bg-nutella-brown p-8 text-2xl">
    <h1 class="text-shadow-nutella-white">
        <span class="text-nutella-black">n</span><span class="text-nutella-red">utella</span>
    </h1>
</div>

Will result in something similar to this.

Nutella