AUTHOR
Lazar Nikolov
nikolovlazar content creator
devrel
software engineer
Posts(4)
creatures.sh CSS Container Queries
CSS Container Queries are a new way to write CSS that allow you to scope styles based on the size of a containing element rather than the size of the viewport. In this article we're going to learn all about container queries.
Read on -> creatures.sh CSS Style Queries
CSS Style Queries are a new way to write CSS that allow you to scope styles based on the size of a containing element rather than the size of the viewport. In this article we're going to learn all about style queries.
Read on -> creatures.sh Environment variables type safety and validation with Zod
Using process.env directly in your project means you're double or triple checking the names of the environment variables. You can use Zod to validate if all of the environment variables are set, and to automatically get types for them.
Read on -> creatures.sh Getting started with CSS Nesting
CSS Nesting used to only be possible in CSS preprocessors like Sass and Less. But guess what, it’s now part of Native CSS! Let's see what's CSS Nesting and how we can get started using it.
Read on ->