]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Remove Open Iconic references
authorlucperkins <lucperkins@gmail.com>
Tue, 10 Dec 2019 23:41:38 +0000 (15:41 -0800)
committerJeremy Thomas <bbxdesign@gmail.com>
Sun, 5 Jan 2020 13:02:21 +0000 (13:02 +0000)
docs/_data/icons.json
docs/_includes/global/head.html
docs/_posts/2018-01-18-bulma-supports-font-awesome-5.md
docs/documentation/elements/icon.html

index be170e5b5650d3a80a7ae76cc040a5e85068da08..584063a3f7b23af49c1aa276d05d71eb51a4e618 100644 (file)
@@ -1,7 +1,6 @@
 {
   "fontawesome4": "https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css",
   "fontawesome5": "https://use.fontawesome.com/releases/v5.3.1/js/all.js",
-  "iconic": "https://cdnjs.cloudflare.com/ajax/libs/open-iconic/1.1.1/font/css/open-iconic.min.css",
   "ionicons": "https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css",
   "mdi": "https://cdn.materialdesignicons.com/2.1.19/css/materialdesignicons.min.css"
 }
index 76bddc5fda10e4260d44e9678aec790266c7a150..cb8556c852fd9b9c5220d361728942beda0c47f8 100644 (file)
@@ -9,9 +9,6 @@
   {% if page.fontawesome4 %}
     <link rel="stylesheet" href="{{ site.data.icons.fontawesome4 }}">
   {% endif %}
-  {% if page.iconic %}
-    <link rel="stylesheet" href="{{ site.data.icons.iconic }}">
-  {% endif %}
   {% if page.ionicons %}
     <link rel="stylesheet" href="{{ site.data.icons.ionicons }}">
   {% endif %}
index 59ad057c173c473518b53a0ea233b139550d8e7d..c0bc0e8c9f172ac049dbe797d70a38c478223d9a 100644 (file)
@@ -8,7 +8,7 @@ icon: "font-awesome"
 icon_brand: true
 ---
 
-Bulma is **icon library agnostic**: this means that you can use _any_ icon font library (like Font Awesome 4 or 5, Material Design Icons, Open Iconic, Ionicons…) with Bulma's `icon` class.
+Bulma is **icon library agnostic**: this means that you can use _any_ icon font library (like Font Awesome 4 or 5, Material Design Icons, Ionicons…) with Bulma's `icon` class.
 
 As a result, **Bulma already supports Font Awesome 5**! 😃
 
index 7f2354673cc873ef4f72a9970ee08915537c6970..3dcd0353cf96f6e5bb6b51a9784936f17c3d759e 100644 (file)
@@ -1,8 +1,7 @@
 ---
 title: Icon
-subtitle: "Bulma is compatible with <strong>all icon font libraries</strong>: <a href=\"https://fontawesome.com/\">Font Awesome 5</a>, <a href=\"http://fontawesome.io/\">Font Awesome 4</a>, <a href=\"https://materialdesignicons.com\">Material Design Icons</a>, <a href=\"https://useiconic.com/open\">Open Iconic</a>, <a href=\"http://ionicons.com/\">Ionicons</a> etc."
+subtitle: "Bulma is compatible with <strong>all icon font libraries</strong>: <a href=\"https://fontawesome.com/\">Font Awesome 5</a>, <a href=\"http://fontawesome.io/\">Font Awesome 4</a>, <a href=\"https://materialdesignicons.com\">Material Design Icons</a>, <a href=\"http://ionicons.com/\">Ionicons</a>, etc."
 fontawesome4: true
-iconic: true
 ionicons: true
 mdi: true
 layout: documentation
@@ -751,104 +750,6 @@ meta:
   </tbody>
 </table>
 
-{% include elements/anchor.html name="Open Iconic" %}
-
-<div class="content">
-  <p>
-    Here is how the <code>icon</code> container can be used with <a href="https://useiconic.com/open">Open Iconic</a>.
-  </p>
-</div>
-
-<table class="table is-bordered">
-  <thead>
-    <tr>
-      <th>Container class</th>
-      <th>Container size</th>
-      <th>Iconic class</th>
-      <th>Icon size</th>
-      <th>Result</th>
-    </tr>
-  </thead>
-  <tbody>
-    <tr>
-      <td>
-        <code>icon is-small</code>
-      </td>
-      <td>
-        <code>1rem x 1rem</code>
-      </td>
-      <td>
-        <code>oi [data-glyph=puzzle-piece]</code>
-      </td>
-      <td>
-        <code>1em</code>
-      </td>
-      <td class="bd-icon-size">
-        <span class="icon is-small">
-          <span class="oi" data-glyph="puzzle-piece"></span>
-        </span>
-      </td>
-    </tr>
-    <tr>
-      <td>
-        <code>icon</code>
-      </td>
-      <td>
-        <code>1.5rem x 1.5rem</code>
-      </td>
-      <td>
-        <code>oi [data-glyph=puzzle-piece]</code>
-      </td>
-      <td>
-        <code>1em</code>
-      </td>
-      <td class="bd-icon-size">
-        <span class="icon">
-          <span class="oi" data-glyph="puzzle-piece"></span>
-        </span>
-      </td>
-    </tr>
-    <tr>
-      <td>
-        <code>icon is-medium</code>
-      </td>
-      <td>
-        <code>2rem x 2rem</code>
-      </td>
-      <td>
-        <code>oi [data-glyph=puzzle-piece]</code>
-      </td>
-      <td>
-        <code>1em</code>
-      </td>
-      <td class="bd-icon-size">
-        <span class="icon is-medium">
-          <span class="oi" data-glyph="puzzle-piece"></span>
-        </span>
-      </td>
-    </tr>
-    <tr>
-      <td>
-        <code>icon is-large</code>
-      </td>
-      <td>
-        <code>3rem x 3rem</code>
-      </td>
-      <td>
-        <code>oi [data-glyph=puzzle-piece]</code>
-      </td>
-      <td>
-        <code>1em</code>
-      </td>
-      <td class="bd-icon-size">
-        <span class="icon is-large">
-          <span class="oi" data-glyph="puzzle-piece"></span>
-        </span>
-      </td>
-    </tr>
-  </tbody>
-</table>
-
 {% include elements/anchor.html name="Ionicons" %}
 
 <div class="content">