Css

Posts related to Css

HOMELINKSABOUT
twghlima
shell

Inplace sed that works on both MacOS and Linux

If you have ever worked with Open Source projects, and in particular in the React and React Native ecosystems, you may already have found the need to use `sed` to manually patch a package. Unfortunately, the syntax on MacOS and Linux differ.

css, sass, responsiveness

Power your breakpoints game with SASS mixins

When working on responsive websites, you will often want to adapt to the user's screen width so your content could be responsive. SASS mixins allow you to do it in a readable and maintanable way.

react, webpack

You might (not) need a Server Side Rendering framework

At my daily job at brigad.co, I have been using React, React-Router and Webpack for quite some time. When we needed to improve our SEO, so we could rank higher in search engines, Server Side Rendering came as an obvious choice. [...] So I went and implemented my own solution.

Adrien Harnay © 2019
twghlima