My thoughts and adventures.
Tags will come here...
-
05/12/21
💄 Use TailwindCSS with Sveltekit (2021)
- TAILWINDCSS
- /
- SVELTE
- /
- SVELTEKIT
Earlier this week, Sveltekit beta got released, ofcourse I wanted to fiddle with it.
Read more ⇛ -
03/12/21
🔧 Set your NodeJS version in Netlify
- NODEJS
- /
- JAVASCRIPT
- /
- NETLIFY
A couple of times I needed to fix the NodeJS version on a Netlify site, I found myself googling it a couple of times, so this little how-to is basically a note-to-self.
Read more ⇛ -
03/10/21
💄 What's new in TailwindCSS v3
- TAILWINDCSS
- /
- JAVASCRIPT
- /
- RELEASE
TailwindCSS v3-alpha-1 was released yesterday! It's not a full release of v3 yet, but might already give us an insight on what is to come with TailwindCSS v3.
Read more ⇛ -
27/09/21
♻️ Using PNPM on Netlify
- NETLIFY
- /
- JAVASCRIPT
- /
- PNPM
When I first switched my website over to PNPM instead of Yarn, I noticed that my Netlify build were failing. Here's a guide and solution to everyone having the same issue.
Read more ⇛ -
01/09/21
✨ Setting up Nuxt with Pug and Stylus
- NUXT
- /
- PUG
- /
- STYLUS
Nuxt is really cool all by itself but can even be cooler when combined with another templating engine. In this example I'll use Pug and Stylus to fiddle around.
Read more ⇛