From fa0c69df6a4ab696f01511bdc9d2c12ca3e2b8be Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Mon, 24 Aug 2015 15:04:07 +0100 Subject: [PATCH] Add CSS.polyfill --- BigBoxOfCSS.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/BigBoxOfCSS.md b/BigBoxOfCSS.md index f74a588..35902e9 100644 --- a/BigBoxOfCSS.md +++ b/BigBoxOfCSS.md @@ -18,6 +18,9 @@ - [Myth](http://myth.io/) - A preprocessor that converts CSS using all the laatest techniques into CSS that every browser will understand with graceful fallbacks - [PurifyCSS](https://github.com/purifycss/purifycss) - Automatically remove unused CSS at build time. Great if you use CSS frameworks as this tool can seriously cut down on the amount of CSS that is sent to the user's browser. +## Polyfills + - [CSS.escape](https://github.com/mathiasbynens/CSS.escape) - A polyfill for the new CSS.escape method. + ## Generators and Calculators - [Ultimate CSS Gradient Generator](http://www.colorzilla.com/gradient-editor/) - A GUI to help you design CSS gradients - [RedAlt I Like Your Colours](http://redalt.com/ilyc) - Find out what colours any website is using