10 Useful CSS Tools 2015

In this post i’ve compiled small list of useful CSS tools to help you speed up, simplify and optimise development of your projects.

CSS Minification Benchmark

A comparison of CSS minification engines.

css-minification-benchmark-1

StyleStats

StyleStats is a Node.js library to collect CSS statistics!

stylestats-2

Clippy

Clippy is a tool for generating values for shape functions for the new and cool CSS clip-path property.

clippy-3

CSS Ruler

Great CSS tool to measure stuff.

css-ruler-4

CSS Shorthand Generator

Shrthnd is a handy tool that converts CSS properties into shorthand, making shorter and more readable stylesheets.

shorthand-generator-5

Parker

Parker is a stylesheet analysis tool. It runs metrics on your stylesheets and will report on their complexity.

parker-6

SpinKit

A collection of loading indicators animated with CSS.

spinkit-7

Critical Path CSS Generator

The critical path is the path to render a web page – what’s needed before that can happen. CSS Stylesheets block rendering. Until the browser has requested, received, downloaded and parsed your stylesheets, the page will remain blank. By reducing the amount of CSS the browser has to go through, and by inlining it on the page (removing the HTTP request), we can get the page to render much, much faster.

critical-path-8

CSS Stats

Webapp to visualize various stats about your css3

stat-9

css2scss

This converter takes (valid) CSS and generates compass (scss) code, SASS or cleaned css for it.

css2scss-10

Leave a comment

Please be polite. We appreciate that. Your email address will not be published and required fields are marked

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