0.2.2 • Published 1 year ago

tailwindcss-nimiq-theme v0.2.2

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

Nimiq TailwindCSS theme

A custom TailwindCSS theme with Nimiq styles.

Installation

Make sure to install TailwindCSS and create a tailwind.config.js file. See official docs

  1. Install the theme
npm i -D tailwindcss-nimiq-theme
yarn add -D tailwindcss-nimiq-theme
  1. Update your tailwind.config.js file:
module.exports = {
  theme: {
    ...require('tailwindcss-nimiq-theme'),
    
    // Your custom configuration here
  },
  plugins: [
    // ...
  ],
}

Now, you are using the defaults from Nimiq and you can edit the configuration as you would do normally

Highly recommendable using Tailwind CSS IntelliSense extension in your IDE

Made by

Based on the initial work by

0.2.1

1 year ago

0.2.0

1 year ago

0.2.2

1 year ago

0.1.0

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.2-1

2 years ago

0.0.2-0

2 years ago

0.0.1

2 years ago