How I set up my GitHub repos for easy maintenance
I wanted to share some of the configuration I set up to make maintaining my open source projects a bit easier...
How to inject server rendered HTML into create-react-app with Express
I recently ran into a limitation of using Express and Create React App, I needed the ability to inject server rendered HTML into...
How to lint SCSS with stylelint
Stylelint is a mighty, modern CSS linter that helps you enforce consistent conventions and avoid errors in your style sheets. If you are…
Inline SCSS with Jekyll and Grunt
Inlining critical CSS as great way to improve the performance of your site, it reduces blocking CSS requests needed for the initial render…
The :not() css-pseudo-class and specificity
The :not() pseudo-class is a powerful CSS negation matcher added in CSS3. It matches elements that are not represented by the argument…