From 4253abe422455f137d02d9a44caef36a0d61a786 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Sat, 23 May 2015 15:15:43 +0100 Subject: [PATCH] Added caniuse and caniuse-cmd --- BigBoxOfCSS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/BigBoxOfCSS.md b/BigBoxOfCSS.md index 442a2b9..a0d3a87 100644 --- a/BigBoxOfCSS.md +++ b/BigBoxOfCSS.md @@ -12,6 +12,8 @@ ## Tutorials and References - [A Complete Guide to Flexbox](https://css-tricks.com/snippets/css/a-guide-to-flexbox/) - A good css-tricks tutorial on how the flexbox works - [CSS Selectors Reference](http://www.w3schools.com/cssref/css_selectors.asp) - A reference for the CSS selectors with examples + - [caniuse](http://caniuse.com) - HTML5 and CSS3 support tables for all the major browsers and versions + - [caniuse-cmd](https://github.com/sgentle/caniuse-cmd) - A command line tool to conenct to the above service ## CSS Resets - [Marx](https://mblode.github.io/marx/) - A small and simplle CSS reset