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
Sin frameworks. S贸lo el viejo y confiable combo de HTML & CSS.
O, c贸mo aprend铆 a dejar de preocuparme y amar el padding
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: #{&}; ...
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...
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...