Skip to content

Commit

Permalink
Embed bootstap CSS to remove the dependency on CDN
Browse files Browse the repository at this point in the history
  • Loading branch information
aledeg committed May 27, 2018
1 parent 8b87cfd commit bb4930e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions popup/bootstrap.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion popup/load.content.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" integrity="sha384-WskhaSGFgHYWDcbwN70/dfYBj47jz9qbsMId/iRN3ewGhXQFZCSftd1LZCfmhktB" crossorigin="anonymous">
<link rel="stylesheet" href="bootstrap.min.css"/>
<link rel="stylesheet" href="load.content.css"/>
</head>

Expand Down

0 comments on commit bb4930e

Please sign in to comment.