How to Auto-Compile LESS Stylesheet
We have discussed LESS CSS a few times in our previous posts. If you have been following our LESS post series, you should know that we have to compile LESS into regular CSS format that the browser...
View ArticleEditing CSS-Preprocessor in Google Chrome
As we have dicussed in our previous post series, CSS-Preprocessor allows developers to write CSS using variables and functions. This is one of the reasons many developers prefer using CSS-Preprocessor...
View Article3 New LESS CSS Features You Should Know
It’s been a while since our last discussion on LESS CSS. Today, LESS CSS has reached version 1.5, and it has been evolving with new features that makes it more powerful as a CSS Pre-processor. There...
View ArticleWhat’s New In Codekit 2
Codekit 2 was released a few weeks ago, and as expected, there are some big changes in this new version. For those of you who’ve just heard of it, Codekit is an application that puts together a number...
View ArticleBuilding Static Sites with Kit and LESS – Part I
In this post we are going to walk you through a project. In the project, we will create a static HTML website, and we will be using Kit Language for constructing the HTML pages, and LESS CSS as the...
View ArticleLESS CSS – Beginner’s Guide
CSS Pre-processor has now become a staple in web development. It ships plain CSS with programming traits such as Variables, Functions or Mixin, and Operation which allow web developers to build...
View ArticlePetal Is An Organized & Lightweight CSS UI Framework Running on LESS
From Bootstrap to Foundation it seems like there’s an endless stream of CSS frameworks to pick from. But few run on LESS and even fewer are as well-organized as Petal. This small open source project...
View ArticleWorking Effectively with LESS: Tips and Tools
In our previous tutorial, we have learned how to use LESS in practical way by utilizing applications like ChrunchApp to compile the code. This time we will walk through some handy tips that will be...
View ArticleLESS CSS Tutorial: Designing A Slick Menu Navigation bar
Web design and development world is really evolving rapidly. We can see this in the great number of new stuff launched in the community (almost) everyday, be it Apps or new Frameworks that help make...
View ArticleHow to Convert Old CSS to LESS
We have covered much of the basics for LESS in our previous posts. If you have been following our LESS series, we believe that at this point you already have a good idea about how to use the Variables,...
View ArticleMastering LESS Color Functions for Web Design
LESS is a powerful tool for web designers. We’ve previously discussed various aspects of LESS, from designing sleek navigation bars to efficiently working with LESS. However, there’s more to explore....
View Article