Skip to content

Commit 219fff9

Browse files
add bower
1 parent 0af6951 commit 219fff9

4 files changed

Lines changed: 27 additions & 21 deletions

File tree

CNAME

Lines changed: 0 additions & 1 deletion
This file was deleted.

bower.json

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,26 @@
1-
@$% Not a Bower package. Use a better package management tool instead. ^&*
1+
{
2+
"name": "bootstrap-v4-rtl",
3+
"description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
4+
"main": "dist/js/bootstrap",
5+
"authors": [
6+
"mahdi majidzadeh"
7+
],
8+
"license": "MIT",
9+
"keywords": [
10+
"css",
11+
"sass",
12+
"mobile-first",
13+
"responsive",
14+
"front-end",
15+
"framework",
16+
"web"
17+
],
18+
"homepage": "https://github.com/MahdiMajidzadeh/bootstrap-v4-rtl",
19+
"ignore": [
20+
"**/.*",
21+
"node_modules",
22+
"bower_components",
23+
"test",
24+
"tests"
25+
]
26+
}

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
88
<link rel="stylesheet" href="dist/css/bootstrap-rtl.min.css" media="screen">
99
<link rel="stylesheet" href="demo/custom.min.css">
10+
<link rel="icon" sizes="32x32" href="favicon.ico">
1011
<script>
1112
</script>
1213
</head>

package.js

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)