Add class to the most outer selector using Sass mixin 06/08/2020 Write and maintain clean and scalable styles by adding CSS class or id to the most outer selector using Sass mixin
How to separate Drag and Swipe from Click and Touch events 12/11/2019 Gestures like swipe and drag events are a great way to introduce new functionalities into your app.
Rename multiple files in multiple folders with PowerShell 24/07/2019 I tried to cover most of the common cases to have a good base from which to expand and improve to all your needs.
How to use withStyles from Material UI with HOC in React 16/01/2019 Here is a simple React app example using Material UI. The problem I stumbled is how to add JSS withStyles into Higher-Order Components (HOC).
Code Bites: style "previous" HTML tags or how to reverse the cascading selectors without JavaScript 21/08/2017 Every time when you want to change any element which is above in the DOM Tree, try to target the parents.
Code Bites: simulate click events only with CSS 10/08/2017 Often, I like to joke that you can program with CSS. In this case I’ll show you how to have click events without JavaScript.