You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,15 @@ A material theme for [Bootstrap](http://getbootstrap.com) for use on [Computer S
5
5
6
6
Usage
7
7
------
8
+
9
+
#### Installation with Bower
10
+
CSH Material Bootstrap is available via Bower. Simply run the following command to add the package to your project:
11
+
12
+
```
13
+
bower install --save csh-material-bootstrap
14
+
```
15
+
16
+
#### Manual Installation
8
17
Download `dist/csh-material-bootstrap.min.css` and replace Bootstrap's default stylesheet. You must still include Bootstrap's JavaScript file to have functional dropdowns, modals, etc.
9
18
10
19
You can import a theme into your styles using SASS.
@@ -31,4 +40,4 @@ Contributing
31
40
-------------
32
41
**Issues:** Provide a detailed report of any bugs you encounter and open an issue on [GitHub](https://github.com/ComputerScienceHouse/csh-material-bootstrap/issues). Screenshots are appreciated!
33
42
34
-
**Code:** Fork this repo, make a fix, and submit it as a pull request.
43
+
**Code:** Fork this repo, make a fix, and submit it as a pull request.
0 commit comments