Article title Surviving CSS
Published on
A few simple techniques to keep your CSS in check.
Article title A Dynamic Gradient Text Function in Sass
Published on
In this post a common text color function will be extended to work with gradient backgrounds. The effect is achieved by first creating a gradient background from a list of values. The function then appends corresponding color values to a new list to create a text gradient.
Article title 8 Tips to Help You Get the Best out of Sass
Published on
A series of hints and tips to help you get the best out of Sass, Sass creates Syntactically Awesome Style sheets, or at least thats what it is supposed to do. When used effectively, Sass helps to build scalable and DRY CSS. When used incorrectly however, Sass can actually increase file size and add unnecessary or duplicate code.
Article title Maze Re-factored
Published on
Re-factoring Maze - Moving from a Sass mixin to a PostCSS responsive grid system.
Article title Optimise your CSS by taking better care of your HTML
Published on
Semantic HTML for cleaner CSS, this post looks at the role HTML can play in producing more optimised CSS.
Article title Say no to nesting
Published on
Sass introduced a lot of new features to CSS, Tbut some, like nesting, afre not always an improvement.
Article title Sass variables and how to use them
Published on
An introduction to Sass variables, including how too use them and how to name them.
Article title Sass structure and layout and theme files
Published on
At deeper look at skin and structure Sass partials - Structuring CSS in a frontend project.
Article title Separate Your Layout and skin Sass files
Published on
Tacking advantage of Sass partials to better organise CSS, with seperate skin and layout files.
Article title Sass dynamic colour change
Published on
Dynamicaly generate background colours using Sass.
Article title Maze a responsive grid framework
Published on
Maze - A flexible responsive grid built with Sass.
Article title Pop jQuery tooltip demo
Published on
How to build a jQuery tooltip.
Article title What's in a name
Published on
Naming things is hard, naming things well is even harder. A look ar structural and presentational class names.
Article title Structuring your Sass
Published on
How to structure a Sass project, looking at file names and how to split CSS into meaningful partials.
Article title The dreaded front end framework
Published on
Frontend frameworks are everywhere these days, but are they any good?