From c368ebf62cd895336d9da6f94cf0b6ec81a66451 Mon Sep 17 00:00:00 2001 From: Daniil Date: Sun, 29 Apr 2018 20:33:27 +0300 Subject: [PATCH] Fix repeated table in doc --- .../overview/responsiveness.html | 119 ------------------ 1 file changed, 119 deletions(-) diff --git a/docs/documentation/overview/responsiveness.html b/docs/documentation/overview/responsiveness.html index deac7dbf..34e73780 100644 --- a/docs/documentation/overview/responsiveness.html +++ b/docs/documentation/overview/responsiveness.html @@ -206,125 +206,6 @@ $fullhd-enabled: false - - - - {% for breakpoint_hash in site.data.breakpoints %} - {% assign breakpoint = breakpoint_hash[1] %} - - {% endfor %} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- {{ breakpoint.name }}
- {% if breakpoint.id == 'mobile' %} - Up to {{ breakpoint.to }}px - {% elsif breakpoint.id == 'fullhd' %} - {{ breakpoint.from }}px and above - {% else %} - Between {{ breakpoint.from }}px and {{ breakpoint.to }}px - {% endif %} -
-

mobile

-
-

-

-
-

-

-
-

tablet

-
-

-

-
-

desktop

-
-

-

-
-

widescreen

-
-

-

-
-

fullhd

-
-

-

-
-

tablet-only

-
-

-

-
-

-

-
-

desktop-only

-
-

-

-
-

-

-
-

widescreen-only

-
-

-

-
-

touch

-
-

-

-
-

until-widescreen

-
-

-

-
-

until-fullhd

-
-

-

-
- {% assign vernum = site.version | downcase | remove: "." | plus: 0 %} {% if vernum >= 70 %}