Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: static/scss/base/_variables.scss

Issue 29596595: Issue 5912 - Hide/Show Content based on selected browser on help.eyeo.com article pages (Closed) Base URL: https://hg.adblockplus.org/help.eyeo.com
Patch Set: Created Nov. 3, 2017, 10:23 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
« static/js/main.js ('K') | « static/js/main.js ('k') | static/scss/components/_article.scss » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld