From b071657375bc877eab20819f614aefcb3b060a53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kim=20R=C3=B8en?= Date: Thu, 31 Jul 2014 12:37:38 +0200 Subject: [PATCH] Mention other options --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6a82695..41c9c78 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,8 @@ var app = new EmberApp({ This would prefix styles as required by the two latest version of ios. +Other options, such as [visual cascade](https://github.com/ai/autoprefixer#visual-cascade) would also go here along with `browsers`. + The default value for `browsers` are `['> 1%', 'last 2 versions', 'Firefox ESR', 'Opera 12.1']`. You can read more about this setting [over on the autoprefixer page](https://github.com/ai/autoprefixer#browsers).