3rd July 2017
SCSS Reverse direction
There may be a point in your CSS coding that you want to know the opposite of a direction (e.g. up, down). This function allows you to pass it a direction and get the opposite back!
Showing posts from the category "SCSS"
3rd July 2017
There may be a point in your CSS coding that you want to know the opposite of a direction (e.g. up, down). This function allows you to pass it a direction and get the opposite back!
23rd February 2014
We've been going through a bit of a reshuffle at work with regards to our front-end conventions and layout.
4th February 2014
Recently we've decided a change in preprocessor to help optimise our workflow. Within this blog post, I am going to type Sass, but really I mean Scss.
23rd October 2013
Creating a Less mixin to style input placeholders without using an autoprefixer