Revisiting LESS
A developer revisits the LESS CSS preprocessor, comparing it to Sass and highlighting new features like 'extend'.
A developer revisits the LESS CSS preprocessor, comparing it to Sass and highlighting new features like 'extend'.
Explores a technique for nesting Sass @imports within BEM methodology to generate contextual CSS classes.
A guide on configuring Gulp with Sass, Autoprefixer, and Sourcemaps to maintain sourcemap integrity during CSS processing.
Creating a 3D animated RGB cube using CSS transforms and dynamically generated SVG backgrounds through SASS functions.
A guide on creating reusable Sass components and managing them with the Bower package manager for efficient web development.
Explores solving dynamic grid layout problems using pure CSS logic, like handling orphaned items, without relying on preprocessors or JavaScript.
A quick tutorial on creating a responsive 960px grid system using SASS loops and variables for CSS layout.
A critical analysis of CSS preprocessors like SASS and LESS, discussing their benefits but highlighting filesize concerns.
A developer details the tech stack behind their personal website, built with React, Next.js, SASS, and Markdown, including solutions to common challenges.