How to speed up development with GitHub CLI
GitHub comes with an easy to use CLI, with awesome features in it.
GitHub comes with an easy to use CLI, with awesome features in it.
Vue Styleguidist is an awesome tool I used to build styleguides with Vue components. Here it is a way to add generic styles in all app components.
How to find an element in JavaScript and move it to the first position.
Styleguidist is an awesome tool to build a styleguide. In this post I'll show how to add a Google Font link in the HTML page.
There are two syntax in Nunjucks to add a class to a DOM node
Configuration list to setup a project from scratch.
My git commands did not work as expected after I upgraded to MacOS Catalina, here is how to fix the developer path error.
Using push() method, add items at the end of the array with Nunjucks template engine.
Snippet to remove duplicates in JavaScript, when you have objects with multiple arrays inside it.
Add HTML classes to style your markdown content in 11ty, using markdown-it-attrs plugin.
Using critical CSS library by Addy Osmani, force the inclusion of HTML selectors.
We have to pay attention where we declare variables in Nunjucks, because they are scoped!
In Nunjucks we can loop through an array or an object, let's see how to do it.
A project can be beautiful from the outside, but if the browser console is full of messy outputs it will immediately seem confusing and carelessly.
GitHub and GitLab give the possibility to set default issue and PR templates.
Sass placeholder is a powerful way to write reusable code, but unfortunately it is not always applicable.
How to create CSS classes dinamically using SASS interpolation functions, SASS variables and SASS arrays.
Remove all links occurrencies concatenating two replace functions.
Basic configuration to setup a styleguide project from scratch using UIengine as styleguide tool.