Sass and LESS Compared
Personally I have no problems switching between LESS and Sass, but this is a nice document pointing out the exact differences between the two css pre-processors.
Developer stories, quotes and links by @vestimir
Follow @thedailywebPersonally I have no problems switching between LESS and Sass, but this is a nice document pointing out the exact differences between the two css pre-processors.
Lea Verou demonstrates how to use CSS 3 to style a checkbox Apple-style.
In these presentation slides Github share their tips and tricks for css optimization.
The CSS property pointer-events allows authors to control under what circumstances (if any) a particular graphic element can become the target of mouse events. When this property is unspecified, the same characteristics of the visiblePainted value apply to SVG content.
In addition to indicating that the element is not the target of mouse events, the value none instructs the mouse event to go “through” the element and target whatever is “underneath” that element instead.
Source: developer.mozilla.org
The cool guys at Codrops share yet another css gem - a fully responsive, touch-friendly audio player.
Ratchet is the new thing @fat (one of the Twitter Bootstrap creators) is involved. This time he is joined by two former Twitter colleagues - Connor Sears, Dave Gamache. It looks very promising and you should definitely check it out.
Nice tutorial on implementing responsive images.