0.2.2 • Published 3 years ago
tailwindcss-nimiq-theme v0.2.2
Nimiq TailwindCSS theme
A custom TailwindCSS theme with Nimiq styles.
Installation
Make sure to install TailwindCSS and create a
tailwind.config.jsfile. See official docs
- Install the theme
npm i -D tailwindcss-nimiq-themeyarn add -D tailwindcss-nimiq-theme- Update your
tailwind.config.jsfile:
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