/nieminen.fi

My family website.

Primary LanguageHTML

Nieminen.fi website

Development

Used Node 14 to compile tailwindcss

Configuring tailwindcss

If changes made to tailwind.config.js rebuild the ./dist/tailwind.css file:

npx tailwindcss-cli@latest build ./src/tailwind.css -o ./dist/tailwind.css

More information from the official Tailwind documentation