From: Jeremy Thomas Date: Sun, 5 Nov 2017 19:35:23 +0000 (+0000) Subject: Add code requirements X-Git-Tag: 0.6.1~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0d368748b01aeaeff70c7fa9804e74a662943ef;p=thirdparty%2Fbulma.git Add code requirements --- diff --git a/docs/documentation/overview/start.html b/docs/documentation/overview/start.html index e7d9802ba..8e9372ef2 100644 --- a/docs/documentation/overview/start.html +++ b/docs/documentation/overview/start.html @@ -81,6 +81,38 @@ doc-subtab: start + {% include anchor.html name="Code requirements" %} + +
+

+ For Bulma to work correctly, you need to make your webpage responsive. +

+
+ +
+
+

1

+
+
+

+ Use the HTML5 doctype +

+ {% highlight html %}{% endhighlight %} +
+
+ +
+
+

2

+
+
+

+ Add the responsive viewport meta tag +

+ {% highlight html %}{% endhighlight %} +
+
+ {% include anchor.html name="Starter template" %}