Skip to content

Commit 48387cf

Browse files
committed
Merge pull request flatlogic#28 from flatlogic/revert-26-master
Revert "Adding dependency for FontAwesome"
2 parents 2e00679 + 600fcf0 commit 48387cf

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Font Awesome Bootstrap Checkboxes & Radios plugin. Pure css way to make inpu
88
Use
99
------------
1010

11-
First just include **awesome-bootstrap-checkbox.css** somewhere in your html and **bower_components/font-awesome/css/font-awesome.css**. Or **awesome-bootstrap-checkbox.scss** if you use sass.
11+
First just include **awesome-bootstrap-checkbox.css** somewhere in your html. Or **awesome-bootstrap-checkbox.scss** if you use sass.
1212
Next everything is based on code convention. Here is checkbox markup from Bootstrap site:
1313

1414
````html

bower.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,5 @@
1414
"**/.*",
1515
"bower_components"
1616
],
17-
"dependencies": {
18-
"font-awesome": "~4.3.0"
19-
}
17+
"dependencies": {}
2018
}

0 commit comments

Comments
 (0)