We all experience how CSS preprocessors like SASS or LESS ease working on projects with complex styles.

Roole is another alternative that is inspired from SASS, LESS + Stylus and only requires JavaScript to work.

Roole

It has vendor-prefixing built-in so there is no need to use them, supports variables + conditional logic and allows us to define the format we want to code CSS.

Roole can work both on the client or server-side (nodejs) and it is documented well.

0 Shares:
Leave a Reply

Your email address will not be published. Required fields are marked *

eleven + 17 =

This site uses Akismet to reduce spam. Learn how your comment data is processed.

You May Also Like

CSS Compression

In this article we provided two practical methods for compressing CSS documents.

How to design a beautiful CSS3 search form

Search box on site is one of the elements most frequently used. If you want to improve user experience in a simple way, and make it easy to search and find content for your users, then you have to add a search form on your website.