Skip to content

Commit e6123cf

Browse files
committed
fix(): removed bower in instructions
1 parent 95563ba commit e6123cf

File tree

2 files changed

+1
-21
lines changed

2 files changed

+1
-21
lines changed

README.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -18,35 +18,15 @@ MDI**DX** helps modern **web developers** to use and include the (awesome) Mater
1818

1919
### Installation
2020

21-
22-
using bower
23-
```
24-
bower install material-design-icons-iconfont --save
25-
```
26-
2721
using npm
2822
```
2923
npm install material-design-icons-iconfont --save
3024
```
3125

3226

33-
3427
### Usage - Check out the [Demo Page](https://jossef.github.io/material-design-icons-iconfont)
3528

3629

37-
- Using `bower`
38-
39-
bower IMO is the simplest way to use this project
40-
Add this inside your `<head>`
41-
42-
<link href="bower_components/material-design-icons-iconfont/dist/material-design-icons.css" rel="stylesheet">
43-
44-
Later on, reference your desired icon `<i class="material-icons">` + icon-id + `</i>`. For instance:
45-
46-
<i class="material-icons">contact_support</i>
47-
48-
Visit the [Demo Page](https://jossef.github.io/material-design-icons-iconfont) for the full icons list
49-
5030
- Using `scss`
5131

5232
Import fonts and variables in your project

src/docs/pages/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<div class="icons-gallery-content-info">
5757
<div class="icons-gallery-content-info-header">getting started</div>
5858
<div class="icons-gallery-content-info-getting-started">
59-
Install using npm or bower
59+
Install using npm
6060
<div class="icons-gallery-content-info-getting-started-code-snippet">npm install material-design-icons-iconfont</div>
6161

6262
Include or @import the precompiled css file

0 commit comments

Comments
 (0)