Creating a Parallelogram with CSS

I am working on a project where the design calls for a parallelogram with some content in certain places. The solution was an interesting journey and I wanted to share it with others. End Goal The end goal is a parallelogram like this: Getting There Since everything in CSS is based on rectangles, I knew […]

Read More »

Sass Unit Testing with True

True is a library to provide unit testing for Sass. Today we are taking a brief look at how it works and how it can be incorporated into a project. While this won’t necessarily be something that you use on every project it is helpful if you are building a framework or set of standardized […]

Read More »