Index: static/scss/base/_variables.scss |
=================================================================== |
--- a/static/scss/base/_variables.scss |
+++ b/static/scss/base/_variables.scss |
@@ -83,9 +83,14 @@ |
$xs: 5px; |
// Columns ///////////////////////////////////////////////////////////////////// |
// Breakpoints ///////////////////////////////////////////////////////////////// |
$phablet-breakpoint: 576px; |
-// Placeholders //////////////////////////////////////////////////////////////// |
+// Supported Browsers |
+/////////////////////////////////////////////////////////////////////////////// |
+ |
+$supported-browsers: chrome opera samsungBrowser |
+ yandexbrowser maxthon msie |
+ msedge firefox ios safari; |