6 followers
Mate 🧉, a very popular beverage in Argentina, like code should always be shared. This blog will attempt to do both.
Subscribe to my newsletter and never miss my upcoming articles
While building a dark theme for my React App, I've found myself escaping the nesting a lot in order to make styles for the dark theme . Then, this mixin was born. Show me the code! @mixin atDarkTheme { $selector: #{&}; @at-root body.dark-the...
Mientras desarrollaba el modo modo oscuro en una App de React, me encontré escapándole al anidado de Sass una y otra vez parar armar los estilos oscuros. Y justo ahÃ, nació este mixin. Veamos el código @mixin enModoOscuro { $selector: #{&}; ...
Starting with web development, we tend to create a ton of small projects. Building small things keeps us learning, so we pile up these publicly in our Github account and invite others to see our hard work. This opens up a lot of opportunities which i...
Being the awesome CSS framework that it is, Bulma has a very clean and structured SASS codebase. Let's dive in it and get some Sassy gems 💎 for ourselves. Bulma is a framework I'd recommend to anyone, whether they are new in the scene or seasoned e...
Hi 👋, this is my first post. Any feedback is welcome. For a few months now, I've been digging deeper into React. As a newcomer to the React world I was seeing myself repeating some things over and over, that I wished I had an artisan command for th...