Writing Less loops One of the advantages of writing less instead of CSS is that you can create loops instead of repeating the same…
Category
CSS, Less, Sass
CSS, Less, Sass
Pixel perfect image borders using CSS
Images that sit against a white or very light background sometimes need CSS borders around them. Usually a flat border color works fine however…
CSS, Less, Sass
Get rid of Firefox dotted line around links, objects and other elements using CSS – Snippet
Firefox places a border around links, buttons and other focus-able elements. The purpose of this is to visually mark the focused element, this is…