CSS declaration order
I recently heard many developers actually have a system other than the alphabetical one to order the rules inside their CSS. Apparently a growing number of…
Reporting live from Germany and such!
I recently heard many developers actually have a system other than the alphabetical one to order the rules inside their CSS. Apparently a growing number of…
Something I came across just now: SASS doesn’t combine similar styles or even selectors. I made a few simple styles and wanted to see what…
Found a little note to myself here from 3 years back: if you’re a front end developer, remember that a CSS class can not start…
Here’s a cool tutorial on how to work with source map files for SASS in Chrome. Using Source Maps to Debug Sass in Chrome And…
I just spent a whopping 10 minutes looking for a solution to the fact that my media queries weren’t being used on a handheld. Let…