about summary refs log tree commit diff
path: root/MatrixRoomUtils.Web/wwwroot/css/open-iconic/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'MatrixRoomUtils.Web/wwwroot/css/open-iconic/README.md')
-rw-r--r--MatrixRoomUtils.Web/wwwroot/css/open-iconic/README.md11
1 files changed, 2 insertions, 9 deletions
diff --git a/MatrixRoomUtils.Web/wwwroot/css/open-iconic/README.md b/MatrixRoomUtils.Web/wwwroot/css/open-iconic/README.md
index e34bd86..3ee3279 100644
--- a/MatrixRoomUtils.Web/wwwroot/css/open-iconic/README.md
+++ b/MatrixRoomUtils.Web/wwwroot/css/open-iconic/README.md
@@ -3,8 +3,6 @@
 
 ### Open Iconic is the open source sibling of [Iconic](https://github.com/iconic/open-iconic). It is a hyper-legible collection of 223 icons with a tiny footprint—ready to use with Bootstrap and Foundation. [View the collection](https://github.com/iconic/open-iconic)
 
-
-
 ## What's in Open Iconic?
 
 * 223 icons designed to be legible down to 8 pixels
@@ -14,7 +12,6 @@
 * Webfont stylesheets (including versions for Bootstrap and Foundation) in CSS, LESS, SCSS and Stylus formats
 * PNG and WebP raster images in 8px, 16px, 24px, 32px, 48px and 64px.
 
-
 ## Getting Started
 
 #### For code samples and everything else you need to get started with Open Iconic, check out our [Icons](https://github.com/iconic/open-iconic) and [Reference](https://github.com/iconic/open-iconic) sections.
@@ -33,7 +30,8 @@ We like SVGs and we think they're the way to display icons on the web. Since Ope
 
 Open Iconic also comes in a SVG sprite which allows you to display all the icons in the set with a single request. It's like an icon font, without being a hack.
 
-Adding an icon from an SVG sprite is a little different than what you're used to, but it's still a piece of cake. *Tip: To make your icons easily style able, we suggest adding a general class to the* `<svg>` *tag and a unique class name for each different icon in the* `<use>` *tag.*
+Adding an icon from an SVG sprite is a little different than what you're used to, but it's still a piece of cake. *Tip: To make your icons easily style able, we suggest adding a general class to the* `<svg>` *tag and a unique class name for
+each different icon in the* `<use>` *tag.*
 
 ```
 <svg class="icon">
@@ -62,17 +60,14 @@ To learn more about SVG Sprites, read [Chris Coyier's guide](http://css-tricks.c
 
 #### Using Open Iconic's Icon Font...
 
-
 ##### …with Bootstrap
 
 You can find our Bootstrap stylesheets in `font/css/open-iconic-bootstrap.{css, less, scss, styl}`
 
-
 ```
 <link href="/open-iconic/font/css/open-iconic-bootstrap.css" rel="stylesheet">
 ```
 
-
 ```
 <span class="oi oi-icon-name" title="icon name" aria-hidden="true"></span>
 ```
@@ -85,7 +80,6 @@ You can find our Foundation stylesheets in `font/css/open-iconic-foundation.{css
 <link href="/open-iconic/font/css/open-iconic-foundation.css" rel="stylesheet">
 ```
 
-
 ```
 <span class="fi-icon-name" title="icon name" aria-hidden="true"></span>
 ```
@@ -102,7 +96,6 @@ You can find our default stylesheets in `font/css/open-iconic.{css, less, scss,
 <span class="oi" data-glyph="icon-name" title="icon name" aria-hidden="true"></span>
 ```
 
-
 ## License
 
 ### Icons