Designing for 4-sided viewports with CSS Grid

Design your web layouts to respond to all four edges of the screen — top, left, right, and bottom. Jen Simmons shows you how using CSS Grid rows defined in a combination of fr units, minmax(), max-content, and auto, so content moves around and makes for beautiful graphic design at every viewport s… Source: https://www.youtube.com/watch?v=EEOJZy_Gge4

How to obfuscate CSS class names with React and Webpack

When people say that they dislike CSS it’s mostly because of the cascading. In the modern age of component based development we managed to fix scalability of our Front-End apps or Front-End part of our apps if that terminology suits you better…. Source: https://develoger.com/how-to-obfuscate-css-class-names-with-react-and-webpack-20e2b5c49cda

ABEM. A more useful adaptation of BEM.

BEM (Block Element Modifier) is a popular CSS class naming convention that makes CSS easier to maintain. This article assumes that you are already familiar with the naming convention. If not you can learn more about it at getbem.com to catch up on the basics…. Source: https://css-tricks.com/abem-useful-adaptation-bem/

Why Firefox Has The Best Grid Inspector Tool

You may have heard quite a bit of talk about a CSS feature called Grid this year. If you are someone who cringes when you hear the words CSS and grid in the same sentence, then I highly suggest you check out this new CSS module called CSS Grid…. Source: https://www.smashingmagazine.com/2017/12/grid-inspector/

How to prototype websites quickly with CSS Grid

The CSS Grid module is a fantastic tool for creating mockups of websites. It allows you to experiment with the layout faster than any other system I’ve tried. In this article I’ll teach you how…. Source: https://medium.freecodecamp.org/how-to-prototype-websites-quickly-with-css-grid-ffc9cba08583