css
The CSS Important Flag
Posted by Pete Schuster on
This post is part of a series on techniques that marked a paradigm shift in the development of my skills. In CSS, the important flag is used to outweigh other…
Posted by Pete Schuster on
This post is part of a series on techniques that marked a paradigm shift in the development of my skills. In CSS, the important flag is used to outweigh other…
Posted by Pete Schuster on
Learning more about Object Oriented CSS (OOCSS) by Nicole Sullivan was a game changer in my front end development career. It help me concentrate more on the selectors that I…
Posted by Pete Schuster on
There has been a lot of chatter recently around the @extend function in Sass. When used in combination with a placeholder class, the function is quite powerful and a great…
Posted by Pete Schuster on
A few people, like Chris Coyier and Tom Mcfarlin, are writing posts about how they setup their CSS for WordPress theme development, so here’s my take. Directory Structure For any…