File tree Expand file tree Collapse file tree 3 files changed +207
-176
lines changed Expand file tree Collapse file tree 3 files changed +207
-176
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ A [Bootstrap](http://getbootstrap.com) material theme designed for use on [Compu
6
6
Demo
7
7
----
8
8
9
- A live demo of this theme that showcases most components can be found [ here] ( https://s3.csh.rit.edu/csh-material-bootstrap/4.0.0-beta.3 /index.html ) .
9
+ A live demo of this theme that showcases most components can be found [ here] ( https://s3.csh.rit.edu/csh-material-bootstrap/4.0.0/index.html ) .
10
10
11
11
Usage
12
12
------
@@ -37,15 +37,15 @@ Use CSH Material Bootstrap without a package manager.
37
37
###### CSS
38
38
39
39
```
40
- <link rel="stylesheet" href="https://s3.csh.rit.edu/csh-material-bootstrap/4.0.0-beta.3 /dist/csh-material-bootstrap.min.css" media="screen">
40
+ <link rel="stylesheet" href="https://s3.csh.rit.edu/csh-material-bootstrap/4.0.0/dist/csh-material-bootstrap.min.css" media="screen">
41
41
```
42
42
43
43
###### JS, Popper.js, and jQuery
44
44
45
45
```
46
46
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
47
47
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
48
- <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.3 /js/bootstrap.min.js" integrity="sha384-a5N7Y/aK3qNeh15eJKGWxsqtnX/wWdSZSKp+81YjTmS15nvnvxKHuzaWwXHDli+4" crossorigin="anonymous"></script>
48
+ <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-a5N7Y/aK3qNeh15eJKGWxsqtnX/wWdSZSKp+81YjTmS15nvnvxKHuzaWwXHDli+4" crossorigin="anonymous"></script>
49
49
```
50
50
51
51
Development
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " csh-material-bootstrap" ,
3
3
"description" : " A material design Bootstrap theme for Computer Science House." ,
4
- "version" : " 4.0.0-beta.3 " ,
4
+ "version" : " 4.0.0" ,
5
5
"author" : " Computer Science House" ,
6
6
"homepage" : " https://csh.rit.edu" ,
7
7
"license" : " MIT" ,
30
30
"devDependencies" : {
31
31
"autoprefixer" : " ^7.2.5" ,
32
32
"aws-sdk" : " ^2.183.0" ,
33
+ "bootstrap" : " 4.0.0" ,
34
+ "bootswatch" : " 4.0.0" ,
33
35
"chalk" : " ^2.3.0" ,
34
36
"chokidar" : " ^2.0.0" ,
35
37
"cssnano" : " ^3.10.0" ,
42
44
"postcss-cli" : " ^4.1.1" ,
43
45
"postcss-flexbugs-fixes" : " ^3.2.0" ,
44
46
"shelljs" : " ^0.8.0" ,
45
- "yargs" : " ^10.1.1" ,
46
- "bootstrap" : " 4.0.0-beta.3" ,
47
- "bootswatch" : " 4.0.0-beta.3"
47
+ "yargs" : " ^10.1.1"
48
48
},
49
49
"files" : [
50
50
" dist/" ,
You can’t perform that action at this time.
0 commit comments