Skip to content

Commit 29552b8

Browse files
committed
update styleguide
1 parent 2eb87be commit 29552b8

File tree

3 files changed

+137
-90
lines changed

3 files changed

+137
-90
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"json-sans-eval-min": "http://kjur.github.io/jsjws/ext/json-sans-eval-min.js",
77
"codemirror": "https://github.com/marijnh/CodeMirror.git#4.0.1",
88
"jws.js": "http://rawgithub.com/kjur/jsjws/master/jws-3.0.js",
9-
"auth0-styleguide": "[email protected]:auth0/styleguide.git#~0.5.5",
9+
"auth0-styleguide": "[email protected]:auth0/styleguide.git",
1010
"jsonlint": "1.6.0",
1111
"zepto": "1.1.3"
1212
}

dist/css/app.css

Lines changed: 135 additions & 88 deletions
Large diffs are not rendered by default.

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8">
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6-
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0">
6+
<meta name="viewport" content="width=device-width,minimum-scale=1,maximum-scale=1">
77
<meta name="author" content="auth0.com">
88
<meta name="description" content="JSON Web Token (JWT) is a compact URL-safe means of representing claims to be transferred between two parties. The claims in a JWT are encoded as a JSON object that is digitally signed using JSON Web Signature (JWS).">
99

0 commit comments

Comments
 (0)