tailwindcss-nimiq-theme
v0.2.2
Published
Nimiq theme configuration for TailwindCSS
Downloads
56
Readme
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
- Install the theme
npm i -D tailwindcss-nimiq-theme
yarn add -D tailwindcss-nimiq-theme
- 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