From 216b3b86f8bba7fbe1fdab467d2b505455b906e4 Mon Sep 17 00:00:00 2001 From: Mark Lee Date: Wed, 19 Mar 2014 11:06:51 -0700 Subject: [PATCH] INSTALL: add browser requirements section --- INSTALL.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/INSTALL.rst b/INSTALL.rst index d4d0b8e..653668b 100644 --- a/INSTALL.rst +++ b/INSTALL.rst @@ -21,9 +21,15 @@ Frontend * UglifyJS2 (``npm install -g uglify-js``) * importer (``npm install -g importer``) - .. _Sass: http://sass-lang.com/ +Browser +~~~~~~~ + +Any web browser which `supports the HTML5 audio element`_ is supported. + +.. _supports the HTML5 audio element: http://caniuse.com/audio + Instructions ------------